Skip to content

Commit

Permalink
remove feature(nll) from rust-lang#45157 test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Centril committed Sep 26, 2019
1 parent 487f8ab commit 2fb0bba
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 30 deletions.
13 changes: 0 additions & 13 deletions src/test/ui/issues/issue-40510-1.nll.stderr

This file was deleted.

15 changes: 0 additions & 15 deletions src/test/ui/issues/issue-40510-3.nll.stderr

This file was deleted.

1 change: 0 additions & 1 deletion src/test/ui/issues/issue-45157.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#![allow(unused)]
#![feature(nll)]

// ignore-tidy-linelength

Expand Down
2 changes: 1 addition & 1 deletion src/test/ui/issues/issue-45157.stderr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
error[E0502]: cannot borrow `u` (via `u.z.c`) as immutable because it is also borrowed as mutable (via `u.s.a`)
--> $DIR/issue-45157.rs:29:20
--> $DIR/issue-45157.rs:28:20
|
LL | let mref = &mut u.s.a;
| ---------- mutable borrow occurs here (via `u.s.a`)
Expand Down

0 comments on commit 2fb0bba

Please sign in to comment.