]> git.lizzy.rs Git - rust.git/blobdiff - src/test/codegen/unchecked-float-casts.rs
Auto merge of #69030 - Dylan-DPC:rollup-t9uk7vc, r=Dylan-DPC
[rust.git] / src / test / codegen / unchecked-float-casts.rs
index c2fc296617098ce2cc458234d18f506a7121b7d6..34e96122223094999da46290f00f5f09dcfa9fdb 100644 (file)
@@ -1,20 +1,9 @@
-// Copyright 2017 The Rust Project Developers. See the COPYRIGHT
-// file at the top-level directory of this distribution and at
-// http://rust-lang.org/COPYRIGHT.
-//
-// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
-// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
-// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
-// option. This file may not be copied, modified, or distributed
-// except according to those terms.
-
 // compile-flags: -C no-prepopulate-passes
 
 // This file tests that we don't generate any code for saturation if
 // -Z saturating-float-casts is not enabled.
 
 #![crate_type = "lib"]
-#![feature(i128_type)]
 
 // CHECK-LABEL: @f32_to_u32
 #[no_mangle]