2022-02-01 19:27:16 -05:00
|
|
|
error[E0425]: cannot find value `missing_ident` in this scope
|
2023-05-02 09:54:35 +10:00
|
|
|
--> $DIR/default-backtrace-ice.rs:21:13
|
|
|
|
|
|
2022-02-01 19:27:16 -05:00
|
|
|
LL | fn main() { missing_ident; }
|
2023-05-02 09:54:35 +10:00
|
|
|
| ^^^^^^^^^^^^^ not found in this scope
|
2022-02-01 19:27:16 -05:00
|
|
|
|
|
|
|
|
2023-06-20 19:16:18 +02:00
|
|
|
aborting due to `-Z treat-err-as-bug=1`
|
2022-02-01 19:27:16 -05:00
|
|
|
stack backtrace:
|
2023-05-02 09:54:35 +10:00
|
|
|
(end_short_backtrace)
|
|
|
|
(begin_short_backtrace)
|
2023-03-09 22:05:57 +08:00
|
|
|
(end_short_backtrace)
|
|
|
|
(begin_short_backtrace)
|
2022-02-01 19:27:16 -05:00
|
|
|
|
2023-02-07 19:17:24 +00:00
|
|
|
error: the compiler unexpectedly panicked. this is a bug.
|
2022-02-01 19:27:16 -05:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
query stack during panic:
|
2023-02-16 14:07:42 +00:00
|
|
|
#0 [resolver_for_lowering] getting the resolver for lowering
|
2022-02-01 19:27:16 -05:00
|
|
|
end of query stack
|