mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-18 17:40:29 +00:00
Attach comments to ast::Impl
This commit is contained in:
parent
3da52d2e93
commit
4b5b54279a
4 changed files with 30 additions and 6 deletions
|
@ -127,9 +127,9 @@ SOURCE_FILE@0..764
|
|||
WHITESPACE@537..538 "\n"
|
||||
R_CURLY@538..539 "}"
|
||||
WHITESPACE@539..541 "\n\n"
|
||||
COMMENT@541..601 "// https://github.com ..."
|
||||
WHITESPACE@601..602 "\n"
|
||||
IMPL@602..763
|
||||
IMPL@541..763
|
||||
COMMENT@541..601 "// https://github.com ..."
|
||||
WHITESPACE@601..602 "\n"
|
||||
IMPL_KW@602..606 "impl"
|
||||
WHITESPACE@606..607 " "
|
||||
PATH_TYPE@607..615
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue