summaryrefslogtreecommitdiff
path: root/tests/ui-msrv/late_compile_pass.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui-msrv/late_compile_pass.rs')
-rw-r--r--tests/ui-msrv/late_compile_pass.rs11
1 files changed, 8 insertions, 3 deletions
diff --git a/tests/ui-msrv/late_compile_pass.rs b/tests/ui-msrv/late_compile_pass.rs
index 1b4c603..cd65a6e 100644
--- a/tests/ui-msrv/late_compile_pass.rs
+++ b/tests/ui-msrv/late_compile_pass.rs
@@ -1,6 +1,10 @@
-// Copyright 2019 The Fuchsia Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
+// Copyright 2019 The Fuchsia Authors
+//
+// Licensed under a BSD-style license <LICENSE-BSD>, Apache License, Version 2.0
+// <LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0>, or the MIT
+// license <LICENSE-MIT or https://opensource.org/licenses/MIT>, at your option.
+// This file may not be copied, modified, or distributed except according to
+// those terms.
#[macro_use]
extern crate zerocopy;
@@ -9,6 +13,7 @@ extern crate zerocopy;
mod util;
use self::util::{NotZerocopy, AU16};
+use zerocopy::KnownLayout;
fn main() {}