blob: 02ddc391f6e3c01f1e22a096ad47ae982771dc3d (
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!();
| ^^^^^
|
= note: consider importing this macro:
std::print
error: aborting due to previous error
|