mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
12 lines
246 B
Plaintext
12 lines
246 B
Plaintext
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
|
|
|