remove feature(nll) from #27868 test.

This commit is contained in:
Mazdak Farrokhzad 2019-09-06 16:04:26 +02:00
parent 1256613ac7
commit b638aa1f5b
2 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,5 @@
// Regression test for issue #27868
#![feature(nll)]
use std::ops::AddAssign;
struct MyVec<T>(Vec<T>);

View File

@ -1,5 +1,5 @@
error[E0506]: cannot assign to `vecvec` because it is borrowed
--> $DIR/issue-27868.rs:26:9
--> $DIR/issue-27868.rs:24:9
|
LL | vecvec[0] += {
| ------