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