Searched refs:AssocItem (Results 1 - 2 of 2) sorted by relevance
/third_party/rust/crates/static-assertions-rs/tests/ |
H A D | eq_size.rs | 11 type AssocItem: ?Sized; types 15 type AssocItem = Self; types 21 assert_eq_size!(<Value as Trait>::AssocItem, Value); 25 // assert_eq_size!(<T as Trait>::AssocItem, T);
|
/third_party/rust/crates/syn/tests/ |
H A D | test_precedence.rs | 191 AssocItem, AssocItemKind, Attribute, BinOpKind, Block, BorrowKind, BoundConstness, Expr, in librustc_parenthesize() 341 fn flat_map_trait_item(&mut self, item: P<AssocItem>) -> SmallVec<[P<AssocItem>; 1]> { in librustc_parenthesize() 353 fn flat_map_impl_item(&mut self, item: P<AssocItem>) -> SmallVec<[P<AssocItem>; 1]> { in librustc_parenthesize()
|
Completed in 3 milliseconds