mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 11:20:54 +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),
|
||||
)
|
||||
.into(),
|
||||
),
|
||||
span: None,
|
||||
}),
|
||||
expr_id.into(),
|
||||
|
@ -19,7 +19,7 @@ mod tests {
|
||||
use crate::tests::check_diagnostics;
|
||||
|
||||
#[test]
|
||||
fn abc() {
|
||||
fn operand_field_span_respected() {
|
||||
check_diagnostics(
|
||||
r#"
|
||||
struct NotCopy;
|
||||
|
Loading…
x
Reference in New Issue
Block a user