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