2024-01-10 14:29:01 +11:00
|
|
|
error: internal compiler error[E0425]: cannot find value `missing_ident` in this scope
|
2024-12-25 19:31:25 -05:00
|
|
|
--> $DIR/default-backtrace-ice.rs:23:13
|
2023-05-02 09:54:35 +10:00
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
2024-03-15 19:09:24 +01: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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2024-04-09 13:58:52 +00:00
|
|
|
|
|
|
|
|
|
2022-02-01 19:27:16 -05:00
|
|
|
query stack during panic:
|
2024-02-19 17:25:01 +00:00
|
|
|
#0 [resolver_for_lowering_raw] getting the resolver for lowering
|
2022-02-01 19:27:16 -05:00
|
|
|
end of query stack
|