]> git.proxmox.com Git - rustc.git/blame - src/test/ui/macros/macro-name-typo.stderr
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / src / test / ui / macros / macro-name-typo.stderr
CommitLineData
e1599b0c 1error: cannot find macro `printlx` in this scope
ba9703b0 2 --> $DIR/macro-name-typo.rs:2:5
041b39d2 3 |
532ac7d7 4LL | printlx!("oh noes!");
416331ca 5 | ^^^^^^^ help: a macro with a similar name exists: `println`
94222f64 6 |
3dfed10e 7 ::: $SRC_DIR/std/src/macros.rs:LL:COL
dfeec247
XL
8 |
9LL | macro_rules! println {
10 | -------------------- similarly named macro `println` defined here
041b39d2
XL
11
12error: aborting due to previous error
13