]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/explore-issue-38412.rs
Auto merge of #58176 - Zoxc:lint-levels, r=oli-obk
[rust.git] / src / test / ui / explore-issue-38412.rs
index 4b9a5b716182c18cd3264ab893fdb18b0b107c0f..e7bcd7c6bfe65c21b31ea04f40ad7d6b14985410 100644 (file)
@@ -1,14 +1,4 @@
-// Copyright 2014 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:pub_and_stability.rs
+// aux-build:pub-and-stability.rs
 
 #![feature(unused_feature)]
 
@@ -73,5 +63,4 @@ fn main() {
     t.pub_crate();                        //~ ERROR `pub_crate` is private
     t.pub_mod();                          //~ ERROR `pub_mod` is private
     t.private();                          //~ ERROR `private` is private
-
 }