rollup merge of #18506 : nikomatsakis/assoc-type-bounds
This commit is contained in:
commit
eb793616dc
25 changed files with 519 additions and 433 deletions
|
|
@ -861,10 +861,8 @@ pub enum ImplItem {
|
|||
|
||||
#[deriving(Clone, PartialEq, Eq, Encodable, Decodable, Hash, Show)]
|
||||
pub struct AssociatedType {
|
||||
pub id: NodeId,
|
||||
pub span: Span,
|
||||
pub ident: Ident,
|
||||
pub attrs: Vec<Attribute>,
|
||||
pub ty_param: TyParam,
|
||||
}
|
||||
|
||||
#[deriving(Clone, PartialEq, Eq, Encodable, Decodable, Hash, Show)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue