Skip to content

Commit 67f922b

Browse files
authored
fix line
1 parent 9d629c6 commit 67f922b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/issue-29723.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fn main() {
2020
// This should trigger an error,
2121
// s could have been moved from.
2222
s
23-
//~ ERROR use of moved value: `s`
23+
//~^ ERROR use of moved value: `s`
2424
}
2525
};
2626
}

0 commit comments

Comments
 (0)