We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d629c6 commit 67f922bCopy full SHA for 67f922b
src/test/ui/issue-29723.rs
@@ -20,7 +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`
+ //~^ ERROR use of moved value: `s`
24
}
25
};
26
0 commit comments