summaryrefslogtreecommitdiff
path: root/tests/ui-msrv/derive_transparent.rs
diff options
context:
space:
mode:
authorChris Wailes <chriswailes@google.com>2023-12-06 00:40:14 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-12-06 00:40:14 +0000
commit21a5672fc61ce5e230f02a4c793e04268621e30d (patch)
tree2a75ddd636f481cd598e1072d581d34c271dcd46 /tests/ui-msrv/derive_transparent.rs
parent2897bdbd2401939d3ce392f23081a4270f5bfc9f (diff)
parentcebe3fc896977f86878dac6e78a6a27dca8febff (diff)
downloadzerocopy-derive-21a5672fc61ce5e230f02a4c793e04268621e30d.tar.gz
Upgrade zerocopy-derive to 0.7.29 am: cebe3fc896
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/zerocopy-derive/+/2860426 Change-Id: Ia4b0b7c1551f330855d4cd6b552e6ca18eb65863 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'tests/ui-msrv/derive_transparent.rs')
-rw-r--r--tests/ui-msrv/derive_transparent.rs10
1 files changed, 7 insertions, 3 deletions
diff --git a/tests/ui-msrv/derive_transparent.rs b/tests/ui-msrv/derive_transparent.rs
index a99f92c..2084d92 100644
--- a/tests/ui-msrv/derive_transparent.rs
+++ b/tests/ui-msrv/derive_transparent.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.
extern crate zerocopy;