Skip to content

Commit 9d629c6

Browse files
authored
add ERROR annotation
1 parent 2975955 commit 9d629c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/ui/issue-29723.rs

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +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`
2324
}
2425
};
2526
}

0 commit comments

Comments
 (0)