]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/fail-simple.rs
Merge commit '7c7683c8efe447b251d6c5ca6cce51233060f6e8' into clippyup
[rust.git] / src / test / ui / fail-simple.rs
index a20ff864705a13c7fabc11e5158a63712fa3b853..cd81a5d0a0fc6c86466f50828addd7887c80ecd5 100644 (file)
@@ -1,13 +1,3 @@
-// Copyright 2012 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() {
     panic!(@); //~ ERROR no rules expected the token `@`
 }