about summary refs log tree commit diff
path: root/src/test/compile-fail/borrowck-anon-fields-struct.rs
diff options
context:
space:
mode:
authorDerek Guenther <dguenther9@gmail.com>2014-02-05 16:33:10 -0600
committerDerek Guenther <dguenther9@gmail.com>2014-02-07 12:49:24 -0600
commit730bdb6403dd47b98c1be6c4b3423edb28ca9477 (patch)
tree9d6923ca67637c0ca19464e9df0d31ca1332d3db /src/test/compile-fail/borrowck-anon-fields-struct.rs
parentc3ccaacc6c90fc678cbba9c3c0427f0a7dece75c (diff)
downloadrust-730bdb6403dd47b98c1be6c4b3423edb28ca9477.tar.gz
rust-730bdb6403dd47b98c1be6c4b3423edb28ca9477.zip
Added tests to make tidy
Diffstat (limited to 'src/test/compile-fail/borrowck-anon-fields-struct.rs')
-rw-r--r--src/test/compile-fail/borrowck-anon-fields-struct.rs10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/test/compile-fail/borrowck-anon-fields-struct.rs b/src/test/compile-fail/borrowck-anon-fields-struct.rs
index 46215d6b164..514dd584c6a 100644
--- a/src/test/compile-fail/borrowck-anon-fields-struct.rs
+++ b/src/test/compile-fail/borrowck-anon-fields-struct.rs
@@ -1,3 +1,13 @@
+// Copyright 2014 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.
+
 // Tests that we are able to distinguish when loans borrow different
 // anonymous fields of a tuple vs the same anonymous field.