mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
feat(syntax): RTN in bounds
Limited syntactic support for experimental return type notations. https://github.com/rust-lang/rust/issues/109417
This commit is contained in:
parent
ffb04ae32d
commit
0b9c0c5088
8 changed files with 103 additions and 2 deletions
|
@ -199,6 +199,7 @@ pub(crate) const KINDS_SRC: KindsSrc<'_> = KindsSrc {
|
|||
"GENERIC_PARAM",
|
||||
"LIFETIME_PARAM",
|
||||
"TYPE_PARAM",
|
||||
"RETURN_TYPE_ARG",
|
||||
"CONST_PARAM",
|
||||
"GENERIC_ARG_LIST",
|
||||
"LIFETIME",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue