]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/impl-header-lifetime-elision/inherent-impl.rs
Rollup merge of #62257 - RalfJung:miri-c-str, r=estebank
[rust.git] / src / test / ui / impl-header-lifetime-elision / inherent-impl.rs
index d4b8acd60108bc7490eed0f472e2a1871f6a8749..9d7b2f2d088cc3908356aa5ca9a21d711cfc2f54 100644 (file)
@@ -1,14 +1,4 @@
-// Copyright 2017 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
+// build-pass (FIXME(62277): could be check-pass?)
 
 struct Foo<'a>(&'a u8);