]> git.proxmox.com Git - rustc.git/blob - src/test/ui/issues/issue-19734.stderr
New upstream version 1.49.0+dfsg1
[rustc.git] / src / test / ui / issues / issue-19734.stderr
1 error: cannot find macro `undef` in this scope
2 --> $DIR/issue-19734.rs:6:5
3 |
4 LL | undef!();
5 | ^^^^^
6
7 error: aborting due to previous error
8