]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail/crateresolve1.rs
Rollup merge of #66648 - crgl:btree-clone-from, r=Amanieu
[rust.git] / src / test / compile-fail / crateresolve1.rs
index c7aa2d3240816e51448807ddd256f81f9df1b24c..453c8d976228a2fc299f07eb2fc79db1316459ad 100644 (file)
@@ -1,19 +1,9 @@
-// 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.
-
 // aux-build:crateresolve1-1.rs
 // aux-build:crateresolve1-2.rs
 // aux-build:crateresolve1-3.rs
 // error-pattern:multiple matching crates for `crateresolve1`
 
-extern mod crateresolve1;
+extern crate crateresolve1;
 
 fn main() {
 }