blob: 967f4f3c4ac4a93f5785d19be37aab173189a18e [file] [log] [blame]
error: cannot find macro `printlx!` in this scope
--> $DIR/macro-name-typo.rs:2:5
|
LL | printlx!("oh noes!");
| ^^^^^^^ help: a macro with a similar name exists: `println`
error: aborting due to previous error