mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 13:40:15 +03:00
there are more tests we can enable again
This commit is contained in:
@@ -8,8 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// compile-flags: -Zmir-emit-validate=0
|
||||
|
||||
#![feature(i128_type)]
|
||||
|
||||
fn b<T>(t: T) -> T { t }
|
||||
|
||||
@@ -8,8 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// compile-flags: -Zmir-emit-validate=0
|
||||
|
||||
#![feature(unsized_tuple_coercion)]
|
||||
use std::mem;
|
||||
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
// compile-flags: -Zmir-emit-validate=0
|
||||
|
||||
fn one_line_ref() -> i16 {
|
||||
*&1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user