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