summaryrefslogtreecommitdiffstats
path: root/tests/ui/did_you_mean/println-typo.stderr
blob: 43b7b1894e2ae31e718403f5e34466c69da38ba0 (plain)
1
2
3
4
5
6
7
8
9
10
11
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 previous error