32 lines
929 B
Text
32 lines
929 B
Text
![]() |
error: `#[inline]` is ignored on externally exported functions
|
||
|
--> $DIR/inline-exported.rs:10:1
|
||
|
|
|
||
|
LL | #[inline]
|
||
|
| ^^^^^^^^^
|
||
|
|
|
||
|
= help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
|
||
|
note: the lint level is defined here
|
||
|
--> $DIR/inline-exported.rs:8:9
|
||
|
|
|
||
|
LL | #![deny(unused_attributes)]
|
||
|
| ^^^^^^^^^^^^^^^^^
|
||
|
|
||
|
error: `#[inline]` is ignored on externally exported functions
|
||
|
--> $DIR/inline-exported.rs:15:1
|
||
|
|
|
||
|
LL | #[inline]
|
||
|
| ^^^^^^^^^
|
||
|
|
|
||
|
= help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
|
||
|
|
||
|
error: `#[inline]` is ignored on externally exported functions
|
||
|
--> $DIR/inline-exported.rs:20:1
|
||
|
|
|
||
|
LL | #[inline]
|
||
|
| ^^^^^^^^^
|
||
|
|
|
||
|
= help: externally exported functions are functions with `#[no_mangle]`, `#[export_name]`, or `#[linkage]`
|
||
|
|
||
|
error: aborting due to 3 previous errors
|
||
|
|