summaryrefslogtreecommitdiffstats
path: root/tests/ui/sanitize/inline-always.stderr
blob: 74fba3c0e0e5977beb75e8dd9d32b6547dbbaa91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
warning: `no_sanitize` will have no effect after inlining
  --> $DIR/inline-always.rs:7:1
   |
LL | #[no_sanitize(address)]
   | ^^^^^^^^^^^^^^^^^^^^^^^
   |
note: inlining requested here
  --> $DIR/inline-always.rs:5:1
   |
LL | #[inline(always)]
   | ^^^^^^^^^^^^^^^^^
   = note: `#[warn(inline_no_sanitize)]` on by default

warning: 1 warning emitted