rust/tests/ui/panics/default-backtrace-ice.stderr
Vadim Petrochenkov 56d6b4e427 compiletest: Support matching on non-json lines in compiler output
and migrate most of remaining `error-pattern`s to it.
2025-05-04 18:27:45 +03:00

29 lines
553 B
Plaintext

error: internal compiler error[E0425]: cannot find value `missing_ident` in this scope
--> $DIR/default-backtrace-ice.rs:20:13
|
LL | fn main() { missing_ident; }
| ^^^^^^^^^^^^^ not found in this scope
aborting due to `-Z treat-err-as-bug=1`
stack backtrace:
(end_short_backtrace)
(begin_short_backtrace)
(end_short_backtrace)
(begin_short_backtrace)
error: the compiler unexpectedly panicked. this is a bug.
query stack during panic:
#0 [resolver_for_lowering_raw] getting the resolver for lowering
end of query stack