Make Kind "extensible"
This commit is contained in:
parent
d3a4091d4b
commit
1188eb108a
@ -102,6 +102,8 @@ pub enum Kind {
|
||||
Array(Type),
|
||||
/// A range type along with the type of its elements.
|
||||
Range(Type),
|
||||
#[doc(hidden)]
|
||||
__PseudoPrivateForExtensibility,
|
||||
}
|
||||
|
||||
macro_rules! as_pat {
|
||||
|
Loading…
Reference in New Issue
Block a user