]> git.lizzy.rs Git - rust.git/commitdiff
Fix tidy warning
authorJonathan Turner <jturner@mozilla.com>
Thu, 5 Jan 2017 23:18:11 +0000 (10:18 +1100)
committerJonathan Turner <jturner@mozilla.com>
Thu, 5 Jan 2017 23:18:11 +0000 (10:18 +1100)
src/test/compile-fail/E0090.rs

index 4656f527f1f4f9b9a00ab43dae9e0ec266e4ab41..4600d2d63856a19ab81d5240941beba6052c3ce1 100644 (file)
@@ -1,3 +1,13 @@
+// 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.
+
 fn foo<'a: 'b, 'b: 'a>() {}
 fn main() {
     foo::<'static>();//~ ERROR E0090