We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2975955 commit 9d629c6Copy full SHA for 9d629c6
src/test/ui/issue-29723.rs
@@ -20,6 +20,7 @@ fn main() {
20
// This should trigger an error,
21
// s could have been moved from.
22
s
23
+ //~ ERROR use of moved value: `s`
24
}
25
};
26
0 commit comments