summaryrefslogtreecommitdiffstats
path: root/tests/ui/macros/macro-name-typo.stderr
blob: d7c8aaae22e1e1cf0e4ff3d74488ee324c58443a (plain)
1
2
3
4
5
6
7
8
9
10
11
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`
  --> $SRC_DIR/std/src/macros.rs:LL:COL
   |
   = note: similarly named macro `println` defined here

error: aborting due to previous error