]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/impl-unused-rps-in-assoc-type.rs
Merge commit '61667dedf55e3e5aa584f7ae2bd0471336b92ce9' into sync_cg_clif-2021-09-19
[rust.git] / src / test / ui / impl-unused-rps-in-assoc-type.rs
index 23401db21d89063643045ccf10d4fcac92783807..ea41997a69858491d534f7d129ddbb721b973b9e 100644 (file)
@@ -1,13 +1,3 @@
-// Copyright 2015 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.
-
 // Test that lifetime parameters must be constrained if they appear in
 // an associated type def'n. Issue #22077.