]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/issue-6596-1.stderr
Sync rust-lang/portable-simd@03f6fbb21e6050da2a05b3ce8f480c020b384916
[rust.git] / src / test / ui / macros / issue-6596-1.stderr
1 error: expected expression, found `$`
2   --> $DIR/issue-6596-1.rs:3:9
3    |
4 LL |         $nonexistent
5    |         ^^^^^^^^^^^^ expected expression
6 ...
7 LL |     e!(foo);
8    |     ------- in this macro invocation
9    |
10    = note: this error originates in the macro `e` (in Nightly builds, run with -Z macro-backtrace for more info)
11
12 error: aborting due to previous error
13