File tree Expand file tree Collapse file tree 10 files changed +31
-11
lines changed
src/test/ui/consts/const-eval/simd Expand file tree Collapse file tree 10 files changed +31
-11
lines changed Original file line number Diff line number Diff line change 11// failure-status: 101
22// 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+
37#![ feature( const_fn) ]
48#![ feature( repr_simd) ]
59#![ 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.
99
1010note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
1111
12- note: rustc 1.39.0-dev running on x86_64-apple-darwin
12+ note: rustc VERSION running on TARGET
1313
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
1515
Original file line number Diff line number Diff line change 11// failure-status: 101
22// 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+
37#![ feature( const_fn) ]
48#![ feature( repr_simd) ]
59#![ 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
22
33thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:643:9
44note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
@@ -7,9 +7,9 @@ note: the compiler unexpectedly panicked. this is a bug.
77
88note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
99
10- note: rustc 1.39.0-dev running on x86_64-apple-darwin
10+ note: rustc VERSION running on TARGET
1111
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
1313
1414error: aborting due to previous error
1515
Original file line number Diff line number Diff line change 11// failure-status: 101
22// 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+
37#![ feature( const_fn) ]
48#![ feature( repr_simd) ]
59#![ 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.
77
88note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
99
10- note: rustc 1.39.0-dev running on x86_64-apple-darwin
10+ note: rustc VERSION running on TARGET
1111
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
1313
Original file line number Diff line number Diff line change 11// failure-status: 101
22// 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+
37#![ feature( const_fn) ]
48#![ feature( repr_simd) ]
59#![ 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.
99
1010note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
1111
12- note: rustc 1.39.0-dev running on x86_64-apple-darwin
12+ note: rustc VERSION running on TARGET
1313
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
1515
Original file line number Diff line number Diff line change 11// failure-status: 101
22// 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+
37#![ feature( const_fn) ]
48#![ feature( repr_simd) ]
59#![ 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.
77
88note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
99
10- note: rustc 1.39.0-dev running on x86_64-apple-darwin
10+ note: rustc VERSION running on TARGET
1111
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
1313
You can’t perform that action at this time.
0 commit comments