]> git.lizzy.rs Git - rust.git/blobdiff - src/test/mir-opt/return_an_array.rs
Render const pointers in MIR more compactly
[rust.git] / src / test / mir-opt / return_an_array.rs
index bfae5b94389700055b7cf77b54db51aa4de2ecc9..bea3c317c892f6f78657bf32e8d36a7fe0bdc3cf 100644 (file)
@@ -1,13 +1,3 @@
-// Copyright 2012-2016 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.
-
 // this tests move up progration, which is not yet implemented
 
 fn foo() -> [u8; 1024] {