Skip to content

Commit

Permalink
Move sanitize-inline-always test to sanitize directory
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiasko committed Apr 6, 2020
1 parent bd18bc9 commit d2b7558
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
@@ -1,12 +1,12 @@
warning: `no_sanitize` will have no effect after inlining
--> $DIR/sanitize-inline-always.rs:7:1
--> $DIR/inline-always.rs:7:1
|
LL | #[no_sanitize(address)]
| ^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(inline_no_sanitize)]` on by default
note: inlining requested here
--> $DIR/sanitize-inline-always.rs:5:1
--> $DIR/inline-always.rs:5:1
|
LL | #[inline(always)]
| ^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit d2b7558

Please sign in to comment.