mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-13 13:57:25 +00:00
minor: Simplify impl-ty parse validation
This commit is contained in:
parent
749fde9017
commit
389323ca09
4 changed files with 75 additions and 56 deletions
|
@ -22,4 +22,4 @@ SOURCE_FILE@0..17
|
|||
STMT_LIST@15..17
|
||||
L_CURLY@15..16 "{"
|
||||
R_CURLY@16..17 "}"
|
||||
error 9..13: At least one trait must be specified
|
||||
error 9..13: At least one trait is required for an object type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue