mirror of
https://github.com/rust-lang/rust
synced 2024-11-05 20:45:15 +00:00
11 lines
246 B
Text
11 lines
246 B
Text
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
|
|
|