]> git.lizzy.rs Git - rust.git/blob - tests/ui/sanitize/inline-always.stderr
Rollup merge of #103236 - tspiteri:redoc-int-adc-sbb, r=m-ou-se
[rust.git] / tests / ui / sanitize / inline-always.stderr
1 warning: `no_sanitize` will have no effect after inlining
2   --> $DIR/inline-always.rs:7:1
3    |
4 LL | #[no_sanitize(address)]
5    | ^^^^^^^^^^^^^^^^^^^^^^^
6    |
7 note: inlining requested here
8   --> $DIR/inline-always.rs:5:1
9    |
10 LL | #[inline(always)]
11    | ^^^^^^^^^^^^^^^^^
12    = note: `#[warn(inline_no_sanitize)]` on by default
13
14 warning: 1 warning emitted
15