]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail/auxiliary/some-panic-impl.rs
Rollup merge of #69346 - GuillaumeGomez:clean-up-e032x-explanations, r=Dylan-DPC
[rust.git] / src / test / compile-fail / auxiliary / some-panic-impl.rs
index e3b4fba176e3c2be517e4ac7672dbf62a7f36df1..0348b3a2d760bcc969a9437ae51cb17d18d4a49f 100644 (file)
@@ -1,17 +1,6 @@
-// Copyright 2018 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.
-
 // no-prefer-dynamic
 
 #![crate_type = "rlib"]
-#![feature(panic_handler)]
 #![no_std]
 
 use core::panic::PanicInfo;