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

11 lines
222 B
Plaintext
Raw Normal View History

error: cannot find macro `printlx!` in this scope
--> $DIR/macro-name-typo.rs:12:5
|
12 | printlx!("oh noes!");
| ^^^^^^^
|
= help: did you mean `println!`?
error: aborting due to previous error(s)