diff options
Diffstat (limited to 'tests/ui/sanitize/use-after-scope.rs')
-rw-r--r-- | tests/ui/sanitize/use-after-scope.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/sanitize/use-after-scope.rs b/tests/ui/sanitize/use-after-scope.rs index 30be2ae6f..de63eea19 100644 --- a/tests/ui/sanitize/use-after-scope.rs +++ b/tests/ui/sanitize/use-after-scope.rs @@ -1,5 +1,6 @@ // needs-sanitizer-support // needs-sanitizer-address +// ignore-cross-compile // // compile-flags: -Zsanitizer=address // run-fail |