summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0534.stderr
blob: 30890882cc3e2e25586103e2c2b5771222b8fad8 (plain)
1
2
3
4
5
6
7
8
9
error[E0534]: expected one argument
  --> $DIR/E0534.rs:11:1
   |
LL | #[inline()] //~ ERROR E0534
   | ^^^^^^^^^^^

error: aborting due to previous error

For more information about this error, try `rustc --explain E0534`.