File tree 5 files changed +4
-5
lines changed
5 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
#![ feature( allow_internal_unstable) ]
2
2
#![ feature( bench_black_box) ]
3
- #![ feature( const_fn) ]
4
3
#![ feature( const_panic) ]
5
4
#![ feature( extend_one) ]
6
5
#![ feature( iter_zip) ]
Original file line number Diff line number Diff line change 7
7
// error-pattern: AddressSanitizer: stack-buffer-overflow
8
8
// error-pattern: 'xs' (line 15) <== Memory access at offset
9
9
10
- #![ feature( test ) ]
10
+ #![ feature( bench_black_box ) ]
11
11
12
12
use std:: hint:: black_box;
13
13
Original file line number Diff line number Diff line change 7
7
// run-fail
8
8
// error-pattern: HWAddressSanitizer: tag-mismatch
9
9
10
- #![ feature( test ) ]
10
+ #![ feature( bench_black_box ) ]
11
11
12
12
use std:: hint:: black_box;
13
13
Original file line number Diff line number Diff line change 6
6
// run-fail
7
7
// error-pattern: LeakSanitizer: detected memory leaks
8
8
9
- #![ feature( test ) ]
9
+ #![ feature( bench_black_box ) ]
10
10
11
11
use std:: hint:: black_box;
12
12
use std:: mem;
Original file line number Diff line number Diff line change 13
13
14
14
#![ feature( core_intrinsics) ]
15
15
#![ feature( start) ]
16
- #![ feature( test ) ]
16
+ #![ feature( bench_black_box ) ]
17
17
18
18
use std:: hint:: black_box;
19
19
use std:: mem:: MaybeUninit ;
You can’t perform that action at this time.
0 commit comments