We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acc4c33 commit 085f462Copy full SHA for 085f462
crates/ide-diagnostics/src/handlers/moved_out_of_ref.rs
@@ -19,7 +19,7 @@ mod tests {
19
use crate::tests::check_diagnostics;
20
21
#[test]
22
- fn abc() {
+ fn operand_field_span_respected() {
23
check_diagnostics(
24
r#"
25
struct NotCopy;
0 commit comments