blob: 3f31b041b62038d329f16c08de10ac3cae1d36c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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
|