mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 20:09:19 +00:00
Add View Mir
command and fix some bugs
This commit is contained in:
parent
a25710b0c0
commit
ac04bfd7a7
23 changed files with 876 additions and 122 deletions
|
@ -134,3 +134,5 @@ impl Iterator for AttrDocCommentIter {
|
|||
})
|
||||
}
|
||||
}
|
||||
|
||||
impl<A: HasName, B: HasName> HasName for Either<A, B> {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue