Skip to content

Commit fe21e4c

Browse files
committed
please tidy
1 parent 2375dc0 commit fe21e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/union/union-move.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ fn test3(x: U1) {
4646
fn test4(x: U2) {
4747
// Cannot move out of union that implements `Drop`.
4848
unsafe {
49-
move_out(x.f1_nocopy); //~ ERROR cannot move out of type `U2`, which implements the `Drop` trait
49+
move_out(x.f1_nocopy); //~ ERROR cannot move out of type `U2`, which implements the `Drop`
5050
}
5151
}
5252

0 commit comments

Comments
 (0)