split SyntheticTyParamKind
This commit is contained in:
parent
f865e3d22f
commit
236689d6eb
3 changed files with 5 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue