]> git.lizzy.rs Git - rust.git/blob - src/test/ui/sanitize/inline-always.stderr
Auto merge of #98051 - davidtwco:split-dwarf-stabilization, r=wesleywiser
[rust.git] / src / test / 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: `#[warn(inline_no_sanitize)]` on by default
8 note: inlining requested here
9   --> $DIR/inline-always.rs:5:1
10    |
11 LL | #[inline(always)]
12    | ^^^^^^^^^^^^^^^^^
13
14 warning: 1 warning emitted
15