Skip to content

Commit

Permalink
Removed error comment for error that no longer happens.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtwco committed Feb 20, 2018
1 parent 03d1508 commit c27e29e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/ui/issue-45157.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ fn main() {
let nref = &u.z.c;
//~^ ERROR cannot borrow `u.z.c` as immutable because it is also borrowed as mutable [E0502]
println!("{} {}", mref, nref)
//~^ ERROR cannot borrow `u.s.a` as mutable because it is also borrowed as immutable [E0502]
}
}

0 comments on commit c27e29e

Please sign in to comment.