change test name to sth meaningful

This commit is contained in:
Ali Bektas 2025-02-28 10:52:39 +01:00
parent acc4c3339d
commit 9f333a6ea2
2 changed files with 2 additions and 3 deletions

View File

@ -544,8 +544,7 @@ impl<'ctx> MirLowerCtx<'ctx> {
)), )),
} }
.intern(Interner), .intern(Interner),
) ),
.into(),
span: None, span: None,
}), }),
expr_id.into(), expr_id.into(),

View File

@ -19,7 +19,7 @@ mod tests {
use crate::tests::check_diagnostics; use crate::tests::check_diagnostics;
#[test] #[test]
fn abc() { fn operand_field_span_respected() {
check_diagnostics( check_diagnostics(
r#" r#"
struct NotCopy; struct NotCopy;