Skip to content

Commit 9f333a6

Browse files
committed
change test name to sth meaningful
1 parent acc4c33 commit 9f333a6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

crates/hir-ty/src/mir/lower.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -544,8 +544,7 @@ impl<'ctx> MirLowerCtx<'ctx> {
544544
)),
545545
}
546546
.intern(Interner),
547-
)
548-
.into(),
547+
),
549548
span: None,
550549
}),
551550
expr_id.into(),

crates/ide-diagnostics/src/handlers/moved_out_of_ref.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ mod tests {
1919
use crate::tests::check_diagnostics;
2020

2121
#[test]
22-
fn abc() {
22+
fn operand_field_span_respected() {
2323
check_diagnostics(
2424
r#"
2525
struct NotCopy;

0 commit comments

Comments
 (0)