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