mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
parent
21b06c1beb
commit
b67b352ac7
3 changed files with 115 additions and 44 deletions
|
@ -414,6 +414,12 @@ impl Struct {
|
|||
fn impl_fn() {}
|
||||
}
|
||||
|
||||
struct StructT<T>;
|
||||
|
||||
impl <T> StructT<T> {
|
||||
fn generic_impl_fn() {}
|
||||
}
|
||||
|
||||
trait Trait {
|
||||
fn trait_fn(&self);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue