]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/nll/issue-27868.rs
Update unsuspicious file list
[rustc.git] / src / test / ui / nll / issue-27868.rs
index 022917a5556e647c44fac2caa1dfa70b9f67fd0b..e436b22dbaad45ebe3edb296bd2f565c6b8d5d82 100644 (file)
@@ -1,17 +1,5 @@
-// Copyright 2018 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.
-
 // Regression test for issue #27868
 
-#![feature(nll)]
-
 use std::ops::AddAssign;
 
 struct MyVec<T>(Vec<T>);