]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-24352.rs
Merge commit '15c8d31392b9fbab3b3368b67acc4bbe5983115a' into cranelift-rebase
[rust.git] / src / test / ui / issues / issue-24352.rs
index 4b0773140566c06fb1bf9923da9ac4b8715ef4ed..5c8246d179f9dbe65cc07f59439ba24fd104d00d 100644 (file)
@@ -1,13 +1,3 @@
-// Copyright 2015 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.
-
 fn main() {
     1.0f64 - 1.0;
     1.0f64 - 1 //~ ERROR E0277