Home
last modified time | relevance | path

Searched defs:make_impl_items (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/compiler/rustc_expand/src/
Dbase.rs383 fn make_impl_items(self: Box<Self>) -> Option<SmallVec<[P<ast::AssocItem>; 1]>> { in make_impl_items() method
492 fn make_impl_items(self: Box<Self>) -> Option<SmallVec<[P<ast::AssocItem>; 1]>> { in make_impl_items() method
595 fn make_impl_items(self: Box<DummyResult>) -> Option<SmallVec<[P<ast::AssocItem>; 1]>> { in make_impl_items() method