mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
Rebase on the latest master.
This commit is contained in:
parent
b147e6eb95
commit
5d0c1aa162
2 changed files with 13 additions and 13 deletions
|
@ -1127,7 +1127,7 @@ fn func(foo: i32) { if true { <|>foo; }; }
|
|||
}
|
||||
|
||||
#[test]
|
||||
fn test_hover_trait_hash_impl_action() {
|
||||
fn test_hover_trait_has_impl_action() {
|
||||
let (_, actions) = check_hover_result(
|
||||
"
|
||||
//- /lib.rs
|
||||
|
@ -1139,7 +1139,7 @@ fn func(foo: i32) { if true { <|>foo; }; }
|
|||
}
|
||||
|
||||
#[test]
|
||||
fn test_hover_struct_hash_impl_action() {
|
||||
fn test_hover_struct_has_impl_action() {
|
||||
let (_, actions) = check_hover_result(
|
||||
"
|
||||
//- /lib.rs
|
||||
|
@ -1151,7 +1151,7 @@ fn func(foo: i32) { if true { <|>foo; }; }
|
|||
}
|
||||
|
||||
#[test]
|
||||
fn test_hover_union_hash_impl_action() {
|
||||
fn test_hover_union_has_impl_action() {
|
||||
let (_, actions) = check_hover_result(
|
||||
"
|
||||
//- /lib.rs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue