mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
9 lines
158 B
Plaintext
9 lines
158 B
Plaintext
error: cannot find macro `undef` in this scope
|
|
--> $DIR/issue-19734.rs:6:5
|
|
|
|
|
LL | undef!();
|
|
| ^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|