about summary refs log tree commit diff
path: root/tests/ui/sanitizer/inline-always-sanitize.stderr
blob: ed47947216950bd6be984013148b66f4fb7e7abb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
warning: setting `sanitize` off will have no effect after inlining
  --> $DIR/inline-always-sanitize.rs:7:1
   |
LL | #[sanitize(address = "off")]
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
note: inlining requested here
  --> $DIR/inline-always-sanitize.rs:5:1
   |
LL | #[inline(always)]
   | ^^^^^^^^^^^^^^^^^
   = note: `#[warn(inline_no_sanitize)]` on by default

warning: 1 warning emitted