2020-01-11 18:00:00 -06:00
|
|
|
warning: `no_sanitize` will have no effect after inlining
|
2020-04-05 19:00:00 -05:00
|
|
|
--> $DIR/inline-always.rs:7:1
|
2020-01-11 18:00:00 -06:00
|
|
|
|
|
|
|
|
LL | #[no_sanitize(address)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
note: inlining requested here
|
2020-04-05 19:00:00 -05:00
|
|
|
--> $DIR/inline-always.rs:5:1
|
2020-01-11 18:00:00 -06:00
|
|
|
|
|
|
|
|
LL | #[inline(always)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
2022-09-18 10:55:36 -05:00
|
|
|
= note: `#[warn(inline_no_sanitize)]` on by default
|
2020-01-11 18:00:00 -06:00
|
|
|
|
2020-03-11 10:30:09 -05:00
|
|
|
warning: 1 warning emitted
|
|
|
|
|