blob: 02ddc391f6e3c01f1e22a096ad47ae982771dc3d [file] [log] [blame]
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