9 lines
242 B
Plaintext
9 lines
242 B
Plaintext
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
|
|
|