mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 05:57:03 +03:00
disable validation for some tests that need further investigation
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// FIXME: Still investigating whether there is UB here
|
||||
// compile-flags: -Zmiri-disable-validation
|
||||
|
||||
use std::sync::Mutex;
|
||||
|
||||
fn par_for<I, F>(iter: I, f: F)
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// FIXME: Still investigating whether there is UB here
|
||||
// compile-flags: -Zmiri-disable-validation
|
||||
|
||||
fn b<T>(t: T) -> T { t }
|
||||
|
||||
fn main() {
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
// FIXME: Still investigating whether there is UB here
|
||||
// compile-flags: -Zmiri-disable-validation
|
||||
|
||||
use std::collections::VecDeque;
|
||||
|
||||
fn main() {
|
||||
|
||||
Reference in New Issue
Block a user