1
Fork 0

split SyntheticTyParamKind

This commit is contained in:
Bastian Kauschke 2020-10-05 01:43:15 +02:00
parent f865e3d22f
commit 236689d6eb
3 changed files with 5 additions and 2 deletions

View file

@ -508,6 +508,8 @@ impl Generics<'hir> {
#[derive(HashStable_Generic)]
pub enum SyntheticTyParamKind {
ImplTrait,
// Created by the `#[rustc_synthetic]` attribute.
Rustc,
}
/// A where-clause in a definition.