rust/tests/ui/hygiene/no_implicit_prelude-2018.stderr
2023-01-11 09:32:08 +00:00

12 lines
246 B
Plaintext

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