rust/tests/ui/hygiene/no_implicit_prelude-2018.stderr
Nilstrieb 41e8d152dc Show number in error message even for one error
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-11-24 19:15:52 +01:00

14 lines
255 B
Plaintext

error: cannot find macro `print` in this scope
--> $DIR/no_implicit_prelude-2018.rs:7:9
|
LL | print!();
| ^^^^^
|
help: consider importing this macro
|
LL + use std::print;
|
error: aborting due to 1 previous error