thread 'rustc' panicked at 'no label after fn', src/libcore/option.rs:1188:5 #72095
Labels
A-async-await
Area: Async & Await
A-macros
Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
A-resolve
Area: Name/path resolution done by `rustc_resolve` specifically
AsyncAwait-Triaged
Async-await issues that have been triaged during a working group meeting.
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
P-high
High priority
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Code
[edit: better minified version in the next comment]
With, in
Cargo.toml
:(If I didn't make a mistake in the process, I haven't been able to reproduce by reproducing manually what the
async_trait
crate does, so I'd guess it's probably related to it actually being a proc macro)Meta
rustc --version --verbose
:Also failed with:
Error output
Backtrace
The text was updated successfully, but these errors were encountered: