blob: a1e0b1f1ba4f158dc568260568d78017ee798c5b [file] [log] [blame]
error: cannot find macro `prinltn` in this scope
--> $DIR/println-typo.rs:4:5
|
LL | prinltn!();
| ^^^^^^^ help: a macro with a similar name exists: `println`
--> $SRC_DIR/std/src/macros.rs:LL:COL
|
= note: similarly named macro `println` defined here
error: aborting due to 1 previous error