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:
tamasfe 2023-04-01 15:26:03 +02:00
parent ffb04ae32d
commit 0b9c0c5088
No known key found for this signature in database
GPG key ID: 2373047D27CA4E47
8 changed files with 103 additions and 2 deletions

View file

@ -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",