ICE "Found outer attribute Attribute" #87936
Labels
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
A-proc-macros
Area: Procedural macros
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
P-medium
Medium priority
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I encountered an ICE while incorrectly inserting a outer attribute above deriving
serde::Serialize
orserde::Deserialize
inside of a proc-macro. This did not happen with any other derive I tried.Code
Meta
rustc +stable --version --verbose
:rustc +nightly --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: