mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
Add generic params to impl blocks
This commit is contained in:
parent
ccfc6b11c1
commit
da7056245d
4 changed files with 16 additions and 9 deletions
|
@ -1352,6 +1352,7 @@ impl ToOwned for ImplBlock {
|
|||
}
|
||||
|
||||
|
||||
impl ast::TypeParamsOwner for ImplBlock {}
|
||||
impl ImplBlock {
|
||||
pub fn item_list(&self) -> Option<&ItemList> {
|
||||
super::child_opt(self)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue