summaryrefslogtreecommitdiffstats
path: root/tests/ui/hygiene/no_implicit_prelude-2018.stderr
blob: b22f3e75b6f4f27a65a8c28e94e770d3894b040a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
error: cannot find macro `print` in this scope
  --> $DIR/no_implicit_prelude-2018.rs:7:9
   |
LL |         print!();
   |         ^^^^^
   |
help: consider importing this macro
   |
LL +     use std::print;
   |

error: aborting due to previous error