]> git.lizzy.rs Git - rust.git/blob - src/test/ui/invalid/invalid-inline.stderr
Rollup merge of #105615 - WaffleLapkin:remove_opt_scope_span_mention, r=compiler...
[rust.git] / src / test / ui / invalid / invalid-inline.stderr
1 error[E0534]: expected one argument
2   --> $DIR/invalid-inline.rs:3:1
3    |
4 LL | #[inline(please,no)]
5    | ^^^^^^^^^^^^^^^^^^^^
6
7 error[E0534]: expected one argument
8   --> $DIR/invalid-inline.rs:7:1
9    |
10 LL | #[inline()]
11    | ^^^^^^^^^^^
12
13 error: aborting due to 2 previous errors
14
15 For more information about this error, try `rustc --explain E0534`.