File tree 7 files changed +0
-21
lines changed
7 files changed +0
-21
lines changed Original file line number Diff line number Diff line change 1
- // FIXME: Due to https://github.com/rust-lang/rust/issues/43457 we have to disable validation
2
- // compile-flags: -Zmir-emit-validate=0
3
-
4
1
//error-pattern: the evaluated program leaked memory
5
2
6
3
use std:: rc:: Rc ;
Original file line number Diff line number Diff line change 1
- // FIXME: Due to https://github.com/rust-lang/rust/issues/43457 we have to disable validation
2
- // compile-flags: -Zmir-emit-validate=0
3
-
4
1
//error-pattern: the evaluated program panicked
5
2
6
3
fn main ( ) {
Original file line number Diff line number Diff line change 1
- // FIXME: Due to https://github.com/rust-lang/rust/issues/43457 we have to disable validation
2
- // compile-flags: -Zmir-emit-validate=0
3
-
4
1
// error-pattern: the evaluated program panicked
5
2
6
3
#[ derive( Debug ) ]
Original file line number Diff line number Diff line change 1
- // FIXME: Due to https://github.com/rust-lang/rust/issues/43457 we have to disable validation
2
- // compile-flags: -Zmir-emit-validate=0
3
-
4
1
// error-pattern: the evaluated program panicked
5
2
6
3
#[ derive( Debug ) ]
Original file line number Diff line number Diff line change 1
- // FIXME: Due to https://github.com/rust-lang/rust/issues/43457 we have to disable validation
2
- // compile-flags: -Zmir-emit-validate=0
3
-
4
1
use std:: cell:: RefCell ;
5
2
use std:: rc:: Rc ;
6
3
Original file line number Diff line number Diff line change 10
10
11
11
//ignore-windows
12
12
13
- // FIXME: Due to https://github.com/rust-lang/rust/issues/43457 we have to disable validation
14
- // compile-flags: -Zmir-emit-validate=0
15
-
16
13
use std:: sync:: Mutex ;
17
14
18
15
fn par_for < I , F > ( iter : I , f : F )
Original file line number Diff line number Diff line change 1
- // FIXME: Due to https://github.com/rust-lang/rust/issues/43457 we have to disable validation
2
- // compile-flags: -Zmir-emit-validate=0
3
-
4
1
use std:: cell:: { Cell , RefCell } ;
5
2
use std:: rc:: Rc ;
6
3
use std:: sync:: Arc ;
You can’t perform that action at this time.
0 commit comments