File tree 10 files changed +31
-11
lines changed
src/test/ui/consts/const-eval/simd
10 files changed +31
-11
lines changed Original file line number Diff line number Diff line change 1
1
// failure-status: 101
2
2
// rustc-env:RUST_BACKTRACE=0
3
+ // normalize-stderr-test "note: rustc 1.* running on .*" -> "note: rustc VERSION running on TARGET"
4
+ // normalize-stderr-test "note: compiler flags: .*" -> "note: compiler flags: FLAGS"
5
+ // normalize-stderr-test "interpret/intern.rs:[0-9]*:[0-9]*" -> "interpret/intern.rs:LL:CC"
6
+
3
7
#![ feature( const_fn) ]
4
8
#![ feature( repr_simd) ]
5
9
#![ feature( platform_intrinsics) ]
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ note: the compiler unexpectedly panicked. this is a bug.
9
9
10
10
note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
11
11
12
- note: rustc 1.39.0-dev running on x86_64-apple-darwin
12
+ note: rustc VERSION running on TARGET
13
13
14
- note: compiler flags: -Z threads=1 -Z ui-testing -Z unstable-options -C prefer-dynamic -C rpath -C debuginfo=0
14
+ note: compiler flags: FLAGS
15
15
Original file line number Diff line number Diff line change 1
1
// failure-status: 101
2
2
// rustc-env:RUST_BACKTRACE=0
3
+ // normalize-stderr-test "note: rustc 1.* running on .*" -> "note: rustc VERSION running on TARGET"
4
+ // normalize-stderr-test "note: compiler flags: .*" -> "note: compiler flags: FLAGS"
5
+ // normalize-stderr-test "interpret/intern.rs:[0-9]*:[0-9]*" -> "interpret/intern.rs:LL:CC"
6
+
3
7
#![ feature( const_fn) ]
4
8
#![ feature( repr_simd) ]
5
9
#![ feature( platform_intrinsics) ]
Original file line number Diff line number Diff line change 1
- error: internal compiler error: src/librustc_mir/interpret/operand.rs:346 : Type `i8` is not a SIMD vector type
1
+ error: internal compiler error: src/librustc_mir/interpret/operand.rs:345 : Type `i8` is not a SIMD vector type
2
2
3
3
thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:643:9
4
4
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
@@ -7,9 +7,9 @@ note: the compiler unexpectedly panicked. this is a bug.
7
7
8
8
note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
9
9
10
- note: rustc 1.39.0-dev running on x86_64-apple-darwin
10
+ note: rustc VERSION running on TARGET
11
11
12
- note: compiler flags: -Z threads=1 -Z ui-testing -Z unstable-options -C prefer-dynamic -C rpath -C debuginfo=0
12
+ note: compiler flags: FLAGS
13
13
14
14
error: aborting due to previous error
15
15
Original file line number Diff line number Diff line change 1
1
// failure-status: 101
2
2
// rustc-env:RUST_BACKTRACE=0
3
+ // normalize-stderr-test "note: rustc 1.* running on .*" -> "note: rustc VERSION running on TARGET"
4
+ // normalize-stderr-test "note: compiler flags: .*" -> "note: compiler flags: FLAGS"
5
+ // normalize-stderr-test "interpret/intern.rs:[0-9]*:[0-9]*" -> "interpret/intern.rs:LL:CC"
6
+
3
7
#![ feature( const_fn) ]
4
8
#![ feature( repr_simd) ]
5
9
#![ feature( platform_intrinsics) ]
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ note: the compiler unexpectedly panicked. this is a bug.
7
7
8
8
note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
9
9
10
- note: rustc 1.39.0-dev running on x86_64-apple-darwin
10
+ note: rustc VERSION running on TARGET
11
11
12
- note: compiler flags: -Z threads=1 -Z ui-testing -Z unstable-options -C prefer-dynamic -C rpath -C debuginfo=0
12
+ note: compiler flags: FLAGS
13
13
Original file line number Diff line number Diff line change 1
1
// failure-status: 101
2
2
// rustc-env:RUST_BACKTRACE=0
3
+ // normalize-stderr-test "note: rustc 1.* running on .*" -> "note: rustc VERSION running on TARGET"
4
+ // normalize-stderr-test "note: compiler flags: .*" -> "note: compiler flags: FLAGS"
5
+ // normalize-stderr-test "interpret/intern.rs:[0-9]*:[0-9]*" -> "interpret/intern.rs:LL:CC"
6
+
3
7
#![ feature( const_fn) ]
4
8
#![ feature( repr_simd) ]
5
9
#![ feature( platform_intrinsics) ]
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ note: the compiler unexpectedly panicked. this is a bug.
9
9
10
10
note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
11
11
12
- note: rustc 1.39.0-dev running on x86_64-apple-darwin
12
+ note: rustc VERSION running on TARGET
13
13
14
- note: compiler flags: -Z threads=1 -Z ui-testing -Z unstable-options -C prefer-dynamic -C rpath -C debuginfo=0
14
+ note: compiler flags: FLAGS
15
15
Original file line number Diff line number Diff line change 1
1
// failure-status: 101
2
2
// rustc-env:RUST_BACKTRACE=0
3
+ // normalize-stderr-test "note: rustc 1.* running on .*" -> "note: rustc VERSION running on TARGET"
4
+ // normalize-stderr-test "note: compiler flags: .*" -> "note: compiler flags: FLAGS"
5
+ // normalize-stderr-test "interpret/intern.rs:[0-9]*:[0-9]*" -> "interpret/intern.rs:LL:CC"
6
+
3
7
#![ feature( const_fn) ]
4
8
#![ feature( repr_simd) ]
5
9
#![ feature( platform_intrinsics) ]
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ note: the compiler unexpectedly panicked. this is a bug.
7
7
8
8
note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
9
9
10
- note: rustc 1.39.0-dev running on x86_64-apple-darwin
10
+ note: rustc VERSION running on TARGET
11
11
12
- note: compiler flags: -Z threads=1 -Z ui-testing -Z unstable-options -C prefer-dynamic -C rpath -C debuginfo=0
12
+ note: compiler flags: FLAGS
13
13
You can’t perform that action at this time.
0 commit comments