mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Update tests
This commit is contained in:
parent
ca0633c808
commit
94b369faa3
1 changed files with 3 additions and 0 deletions
|
@ -580,6 +580,7 @@ fn main() { let _: m::Spam = S$0 }
|
||||||
Exact,
|
Exact,
|
||||||
),
|
),
|
||||||
is_local: false,
|
is_local: false,
|
||||||
|
is_op_method: false,
|
||||||
exact_postfix_snippet_match: false,
|
exact_postfix_snippet_match: false,
|
||||||
},
|
},
|
||||||
trigger_call_info: true,
|
trigger_call_info: true,
|
||||||
|
@ -600,6 +601,7 @@ fn main() { let _: m::Spam = S$0 }
|
||||||
Exact,
|
Exact,
|
||||||
),
|
),
|
||||||
is_local: false,
|
is_local: false,
|
||||||
|
is_op_method: false,
|
||||||
exact_postfix_snippet_match: false,
|
exact_postfix_snippet_match: false,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
@ -685,6 +687,7 @@ fn foo() { A { the$0 } }
|
||||||
CouldUnify,
|
CouldUnify,
|
||||||
),
|
),
|
||||||
is_local: false,
|
is_local: false,
|
||||||
|
is_op_method: false,
|
||||||
exact_postfix_snippet_match: false,
|
exact_postfix_snippet_match: false,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue