rust/tests/ui/panics/default-backtrace-ice.stderr
2023-02-20 15:28:59 +00:00

18 lines
287 B
Plaintext

error[E0425]: cannot find value `missing_ident` in this scope
LL | fn main() { missing_ident; }
stack backtrace:
error: the compiler unexpectedly panicked. this is a bug.
query stack during panic:
#0 [resolver_for_lowering] getting the resolver for lowering
end of query stack