blob: 7b124edf6f6db3cc1c5a7cb6a79a08c274e98bf3 [file] [log] [blame] [edit]
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