Ignore a test on musl because its ui output differs

This commit is contained in:
Oliver Scherer 2019-10-18 19:58:28 +02:00
parent 1c9d88900b
commit 3956c48f06

View File

@ -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)]