2019-09-15 05:12:14 -05:00
|
|
|
error: cannot find macro `print` in this scope
|
2018-11-02 16:07:56 -05:00
|
|
|
--> $DIR/no_implicit_prelude-2018.rs:7:9
|
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | print!();
|
2018-11-02 16:07:56 -05:00
|
|
|
| ^^^^^
|
2020-08-06 05:42:06 -05:00
|
|
|
|
|
2023-06-09 11:06:34 -05:00
|
|
|
help: consider importing this macro
|
|
|
|
|
|
|
|
|
LL + use std::print;
|
|
|
|
|
|
2018-11-02 16:07:56 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|