ICE when calling syn::parse_macro_input! in proc macro applied to a function with a doc comment in a declarative macro #81007
Labels
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) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Code
Meta
rustc --version --verbose
:To get this output I compiled commit
rustc
on commit c7b0ddb, because the binaries don't show anything useful.Error output
Backtrace
Was rmanoka/async-scoped#6 but we narrowed it down to
rustc
.This only occurs on any
rustc
version after commit 6184f23, which merges #80830.The text was updated successfully, but these errors were encountered: