]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-32797.rs
Rollup merge of #60492 - acrrd:issues/54054_chain, r=SimonSapin
[rust.git] / src / test / ui / issues / issue-32797.rs
index 1061ffe11e1c41194ca5c494d49ee668a186ac14..b12b929f8fcf82af464d429b64294c3d3c9a759c 100644 (file)
@@ -1,15 +1,4 @@
-// Copyright 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.
-
-// compile-pass
-// skip-codegen
+// check-pass
 
 pub use bar::*;
 mod bar {
@@ -21,5 +10,4 @@ mod baz {
     pub use main as f;
 }
 
-
 pub fn main() {}