rust/tests/ui/hygiene/no_implicit_prelude-2018.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
246 B
Plaintext
Raw Normal View History

error: cannot find macro `print` in this scope
--> $DIR/no_implicit_prelude-2018.rs:7:9
|
2019-03-09 12:03:44 +00:00
LL | print!();
| ^^^^^
2020-08-06 10:42:06 +00:00
|
= note: consider importing this macro:
std::print
error: aborting due to previous error