mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
change test name to sth meaningful
This commit is contained in:
parent
acc4c3339d
commit
9f333a6ea2
@ -544,8 +544,7 @@ impl<'ctx> MirLowerCtx<'ctx> {
|
|||||||
)),
|
)),
|
||||||
}
|
}
|
||||||
.intern(Interner),
|
.intern(Interner),
|
||||||
)
|
),
|
||||||
.into(),
|
|
||||||
span: None,
|
span: None,
|
||||||
}),
|
}),
|
||||||
expr_id.into(),
|
expr_id.into(),
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user