mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
19 lines
219 B
Plaintext
19 lines
219 B
Plaintext
error[E0425]: cannot find value `missing_ident` in this scope
|
|
LL | fn main() { missing_ident; }
|
|
|
|
|
|
stack backtrace:
|
|
|
|
error: internal compiler error: unexpected panic
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
query stack during panic:
|
|
end of query stack
|