rust/src/test/ui/macros/macro-name-typo.stderr
Vadim Petrochenkov fa2d9fc4b9 Update UI tests
2018-02-26 20:24:02 +03:00

9 lines
241 B
Plaintext

error: cannot find macro `printlx!` in this scope
--> $DIR/macro-name-typo.rs:12:5
|
LL | printlx!("oh noes!"); //~ ERROR cannot find
| ^^^^^^^ help: you could try the macro: `println`
error: aborting due to previous error