Skip to content

Commit c27e29e

Browse files
committed
Removed error comment for error that no longer happens.
1 parent 03d1508 commit c27e29e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/ui/issue-45157.rs

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ fn main() {
3737
let nref = &u.z.c;
3838
//~^ ERROR cannot borrow `u.z.c` as immutable because it is also borrowed as mutable [E0502]
3939
println!("{} {}", mref, nref)
40-
//~^ ERROR cannot borrow `u.s.a` as mutable because it is also borrowed as immutable [E0502]
4140
}
4241
}
4342

0 commit comments

Comments
 (0)