Skip to content

Commit 2c4fcd8

Browse files
authored
Merge pull request #329 from solson/oli-obk-patch-2
Rustup
2 parents b456b7c + 5570a78 commit 2c4fcd8

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

tests/run-pass-fullmir/u128.rs

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// compile-flags: -Zmir-emit-validate=0
12+
1113
#![feature(i128_type)]
1214

1315
fn b<T>(t: T) -> T { t }

tests/run-pass-fullmir/unsized-tuple-impls.rs

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// compile-flags: -Zmir-emit-validate=0
12+
1113
#![feature(unsized_tuple_coercion)]
1214
use std::mem;
1315

tests/run-pass/pointers.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// compile-flags: -Zmir-emit-validate=0
2+
13
fn one_line_ref() -> i16 {
24
*&1
35
}

xargo/Xargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[dependencies]
2-
std = {features = ["panic_unwind", "jemalloc"]}
2+
std = {features = ["panic_unwind", "jemalloc", "backtrace"]}

0 commit comments

Comments
 (0)