Struct rustc_builtin_macros::test_harness::TestHarnessGenerator [−][src]
Fields
cx: TestCtxt<'a>
tests: Vec<Test>
Trait Implementations
Mutable token visiting only exists for the macro_rules
token marker and should not be
used otherwise. Token visitor would be entirely separate from the regular visitor if
the marker didn’t have to visit AST fragments in nonterminal tokens. Read more
fn flat_map_foreign_item(
&mut self,
ni: P<Item<ForeignItemKind>>
) -> SmallVec<[P<Item<ForeignItemKind>>; 1]>
fn flat_map_trait_item(
&mut self,
i: P<Item<AssocItemKind>>
) -> SmallVec<[P<Item<AssocItemKind>>; 1]>
fn flat_map_impl_item(
&mut self,
i: P<Item<AssocItemKind>>
) -> SmallVec<[P<Item<AssocItemKind>>; 1]>
Auto Trait Implementations
impl<'a> !RefUnwindSafe for TestHarnessGenerator<'a>
impl<'a> !Send for TestHarnessGenerator<'a>
impl<'a> !Sync for TestHarnessGenerator<'a>
impl<'a> Unpin for TestHarnessGenerator<'a>
impl<'a> !UnwindSafe for TestHarnessGenerator<'a>
Blanket Implementations
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 360 bytes