]> git.lizzy.rs Git - rust.git/blob - src/test/ui/attributes/nonterminal-expansion.stderr
Don't access pointer element type for nontemporal store
[rust.git] / src / test / ui / attributes / nonterminal-expansion.stderr
1 error: expected unsuffixed literal or identifier, found `n!()`
2   --> $DIR/nonterminal-expansion.rs:5:22
3    |
4 LL |         #[repr(align($n))]
5    |                      ^^
6 ...
7 LL | pass_nonterminal!(n!());
8    | ------------------------ in this macro invocation
9    |
10    = note: this error originates in the macro `pass_nonterminal` (in Nightly builds, run with -Z macro-backtrace for more info)
11
12 error: aborting due to previous error
13