summary refs log tree commit diff
path: root/src/test/ui/issue-19734.stderr
blob: 1d07f4dedc3fa75d22eb1dbc8f7f1f274798566d (plain)
1
2
3
4
5
6
7
8
error: cannot find macro `undef!` in this scope
  --> $DIR/issue-19734.rs:16:5
   |
LL |     undef!();
   |     ^^^^^

error: aborting due to previous error