Skip to content

Commit

Permalink
Rollup merge of rust-lang#70859 - tmiasko:move-sanitize-inline-always…
Browse files Browse the repository at this point in the history
…, r=jonas-schievink

Move sanitize-inline-always test to sanitize directory
  • Loading branch information
Dylan-DPC authored Apr 6, 2020
2 parents 9e91fa2 + d2b7558 commit cc8aad7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -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 cc8aad7

Please sign in to comment.