remove feature(nll) from #27868 test.
This commit is contained in:
parent
1256613ac7
commit
b638aa1f5b
2 changed files with 1 additions and 3 deletions
|
|
@ -1,7 +1,5 @@
|
|||
// Regression test for issue #27868
|
||||
|
||||
#![feature(nll)]
|
||||
|
||||
use std::ops::AddAssign;
|
||||
|
||||
struct MyVec<T>(Vec<T>);
|
||||
|
|
|
|||
|
|
@ -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] += {
|
||||
| ------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue