rust/src/test/ui/macros/macro-name-typo.stderr

9 lines
242 B
Plaintext
Raw Normal View History

error: cannot find macro `printlx!` in this scope
--> $DIR/macro-name-typo.rs:12:5
|
2017-11-20 06:13:27 -06:00
12 | printlx!("oh noes!"); //~ ERROR cannot find
2017-05-16 08:12:24 -05:00
| ^^^^^^^ help: you could try the macro: `println!`
2017-05-16 08:12:24 -05:00
error: aborting due to previous error