rust/tests/ui/hygiene/no_implicit_prelude-2018.stderr
Michael Goulet 21725774a2 note -> help
2023-01-17 03:09:49 +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!();
| ^^^^^
|
= help: consider importing this macro:
std::print
error: aborting due to previous error