]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/union/union-fields-2.rs
Auto merge of #86873 - nikic:opaque-ptrs, r=nagisa
[rust.git] / src / test / ui / union / union-fields-2.rs
index 7b9ff866a4351eb01d59df3eb6b57575ded7bc8b..e738b18470337b586799488df597e9112567c720 100644 (file)
@@ -1,12 +1,5 @@
-// 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.
+// revisions: mirunsafeck thirunsafeck
+// [thirunsafeck]compile-flags: -Z thir-unsafeck
 
 union U {
     a: u8,