syntax: don't store a secondary NodeId for TyPath.
This commit is contained in:
parent
27747ac1a7
commit
a817c69297
21 changed files with 74 additions and 101 deletions
|
@ -1257,7 +1257,7 @@ pub enum Ty_ {
|
|||
/// A path (`module::module::...::Type`) or primitive
|
||||
///
|
||||
/// Type parameters are stored in the Path itself
|
||||
TyPath(Path, NodeId),
|
||||
TyPath(Path),
|
||||
/// Something like `A+B`. Note that `B` must always be a path.
|
||||
TyObjectSum(P<Ty>, TyParamBounds),
|
||||
/// A type like `for<'a> Foo<&'a Bar>`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue