rustdoc ICE with async_fn_in_trait: no encoded ident for item #103403
Labels
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.
running rustdoc on a crate with a
struct
that implements a trait with anasync fn
(using#![feature(async_fn_in_trait)]
) from a separate crate results in an ICE.Code
The bug requires separate crates to reproduce (as far as I know).
I have provided a minimal example here: newAM/rustdoc-ice@923ce2f
Crate
moo
:Crate
quack
:Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: