diff options
| author | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2019-10-18 19:58:28 +0200 |
|---|---|---|
| committer | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2019-10-18 19:59:28 +0200 |
| commit | 3956c48f06791f407ffeecc8e88fb68b28662ffa (patch) | |
| tree | 2301013930c92f7abc07582223c84c68db57b253 | |
| parent | 1c9d88900b2deb2268e302dd1859f707ec26237b (diff) | |
| download | rust-3956c48f06791f407ffeecc8e88fb68b28662ffa.tar.gz rust-3956c48f06791f407ffeecc8e88fb68b28662ffa.zip | |
Ignore a test on musl because its ui output differs
| -rw-r--r-- | src/test/ui/consts/offset_from_ub.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/ui/consts/offset_from_ub.rs b/src/test/ui/consts/offset_from_ub.rs index fedc1af7705..a233c24a7c5 100644 --- a/src/test/ui/consts/offset_from_ub.rs +++ b/src/test/ui/consts/offset_from_ub.rs @@ -1,3 +1,6 @@ +// ingoring on musl because it's ui output hides libcore backtraces +// ignore-musl + #![feature(const_raw_ptr_deref)] #![feature(const_ptr_offset_from)] #![feature(ptr_offset_from)] |
