mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-30 11:37:31 +00:00
change test name to sth meaningful
This commit is contained in:
parent
acc4c3339d
commit
9f333a6ea2
2 changed files with 2 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue