]> git.proxmox.com Git - rustc.git/blame - src/test/ui/lint/warn-unused-inline-on-fn-prototypes.stderr
New upstream version 1.50.0+dfsg1
[rustc.git] / src / test / ui / lint / warn-unused-inline-on-fn-prototypes.stderr
CommitLineData
e74abb32 1error: `#[inline]` is ignored on function prototypes
fc512014 2 --> $DIR/warn-unused-inline-on-fn-prototypes.rs:4:5
e74abb32
XL
3 |
4LL | #[inline]
5 | ^^^^^^^^^
6 |
74b04a01 7note: the lint level is defined here
e74abb32
XL
8 --> $DIR/warn-unused-inline-on-fn-prototypes.rs:1:9
9 |
10LL | #![deny(unused_attributes)]
11 | ^^^^^^^^^^^^^^^^^
12
13error: `#[inline]` is ignored on function prototypes
fc512014 14 --> $DIR/warn-unused-inline-on-fn-prototypes.rs:9:5
e74abb32
XL
15 |
16LL | #[inline]
17 | ^^^^^^^^^
18
19error: aborting due to 2 previous errors
20