2023-02-17 18:34:41 -06:00
|
|
|
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
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2023-02-17 18:34:41 -06:00
|
|
|
|