Struct syntax::ext::expand::InvocationCollector [−][src]
struct InvocationCollector<'a, 'b: 'a> { cx: &'a mut ExtCtxt<'b>, cfg: StripUnconfigured<'a>, invocations: Vec<Invocation>, monotonic: bool, }
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Fields
cx: &'a mut ExtCtxt<'b>
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
cfg: StripUnconfigured<'a>
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
invocations: Vec<Invocation>
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
monotonic: bool
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Methods
impl<'a, 'b> InvocationCollector<'a, 'b>
[src]
impl<'a, 'b> InvocationCollector<'a, 'b>
fn collect(
&mut self,
expansion_kind: ExpansionKind,
kind: InvocationKind
) -> Expansion
[src]
fn collect(
&mut self,
expansion_kind: ExpansionKind,
kind: InvocationKind
) -> Expansion
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn collect_bang(
&mut self,
mac: Mac,
span: Span,
kind: ExpansionKind
) -> Expansion
[src]
fn collect_bang(
&mut self,
mac: Mac,
span: Span,
kind: ExpansionKind
) -> Expansion
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn collect_attr(
&mut self,
attr: Option<Attribute>,
traits: Vec<Path>,
item: Annotatable,
kind: ExpansionKind
) -> Expansion
[src]
fn collect_attr(
&mut self,
attr: Option<Attribute>,
traits: Vec<Path>,
item: Annotatable,
kind: ExpansionKind
) -> Expansion
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn classify_item<T>(&mut self, item: T) -> (Option<Attribute>, Vec<Path>, T) where
T: HasAttrs,
[src]
fn classify_item<T>(&mut self, item: T) -> (Option<Attribute>, Vec<Path>, T) where
T: HasAttrs,
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
If item
is an attr invocation, remove and return the macro attribute and derive traits.
fn classify_nonitem<T: HasAttrs>(&mut self, item: T) -> (Option<Attribute>, T)
[src]
fn classify_nonitem<T: HasAttrs>(&mut self, item: T) -> (Option<Attribute>, T)
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Alternative of classify_item()
that ignores #[derive]
so invocations fallthrough
to the unused-attributes lint (making it an error on statements and expressions
is a breaking change)
fn configure<T: HasAttrs>(&mut self, node: T) -> Option<T>
[src]
fn configure<T: HasAttrs>(&mut self, node: T) -> Option<T>
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn check_attributes(&mut self, attrs: &[Attribute])
[src]
fn check_attributes(&mut self, attrs: &[Attribute])
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn check_attribute(&mut self, at: &Attribute)
[src]
fn check_attribute(&mut self, at: &Attribute)
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn check_attribute_inner(&mut self, at: &Attribute, features: &Features)
[src]
fn check_attribute_inner(&mut self, at: &Attribute, features: &Features)
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Trait Implementations
impl<'a, 'b> Folder for InvocationCollector<'a, 'b>
[src]
impl<'a, 'b> Folder for InvocationCollector<'a, 'b>
fn fold_expr(&mut self, expr: P<Expr>) -> P<Expr>
[src]
fn fold_expr(&mut self, expr: P<Expr>) -> P<Expr>
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_opt_expr(&mut self, expr: P<Expr>) -> Option<P<Expr>>
[src]
fn fold_opt_expr(&mut self, expr: P<Expr>) -> Option<P<Expr>>
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_pat(&mut self, pat: P<Pat>) -> P<Pat>
[src]
fn fold_pat(&mut self, pat: P<Pat>) -> P<Pat>
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_stmt(&mut self, stmt: Stmt) -> SmallVector<Stmt>
[src]
fn fold_stmt(&mut self, stmt: Stmt) -> SmallVector<Stmt>
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_block(&mut self, block: P<Block>) -> P<Block>
[src]
fn fold_block(&mut self, block: P<Block>) -> P<Block>
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_item(&mut self, item: P<Item>) -> SmallVector<P<Item>>
[src]
fn fold_item(&mut self, item: P<Item>) -> SmallVector<P<Item>>
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_trait_item(&mut self, item: TraitItem) -> SmallVector<TraitItem>
[src]
fn fold_trait_item(&mut self, item: TraitItem) -> SmallVector<TraitItem>
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_impl_item(&mut self, item: ImplItem) -> SmallVector<ImplItem>
[src]
fn fold_impl_item(&mut self, item: ImplItem) -> SmallVector<ImplItem>
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_ty(&mut self, ty: P<Ty>) -> P<Ty>
[src]
fn fold_ty(&mut self, ty: P<Ty>) -> P<Ty>
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_foreign_mod(&mut self, foreign_mod: ForeignMod) -> ForeignMod
[src]
fn fold_foreign_mod(&mut self, foreign_mod: ForeignMod) -> ForeignMod
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_foreign_item(
&mut self,
foreign_item: ForeignItem
) -> SmallVector<ForeignItem>
[src]
fn fold_foreign_item(
&mut self,
foreign_item: ForeignItem
) -> SmallVector<ForeignItem>
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_item_kind(&mut self, item: ItemKind) -> ItemKind
[src]
fn fold_item_kind(&mut self, item: ItemKind) -> ItemKind
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_generic_param(&mut self, param: GenericParam) -> GenericParam
[src]
fn fold_generic_param(&mut self, param: GenericParam) -> GenericParam
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_attribute(&mut self, at: Attribute) -> Option<Attribute>
[src]
fn fold_attribute(&mut self, at: Attribute) -> Option<Attribute>
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn new_id(&mut self, id: NodeId) -> NodeId
[src]
fn new_id(&mut self, id: NodeId) -> NodeId
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_crate(&mut self, c: Crate) -> Crate
[src]
fn fold_crate(&mut self, c: Crate) -> Crate
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_meta_items(&mut self, meta_items: Vec<MetaItem>) -> Vec<MetaItem>
[src]
fn fold_meta_items(&mut self, meta_items: Vec<MetaItem>) -> Vec<MetaItem>
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_meta_list_item(&mut self, list_item: NestedMetaItem) -> NestedMetaItem
[src]
fn fold_meta_list_item(&mut self, list_item: NestedMetaItem) -> NestedMetaItem
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_meta_item(&mut self, meta_item: MetaItem) -> MetaItem
[src]
fn fold_meta_item(&mut self, meta_item: MetaItem) -> MetaItem
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_use_tree(&mut self, use_tree: UseTree) -> UseTree
[src]
fn fold_use_tree(&mut self, use_tree: UseTree) -> UseTree
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_foreign_item_simple(&mut self, ni: ForeignItem) -> ForeignItem
[src]
fn fold_foreign_item_simple(&mut self, ni: ForeignItem) -> ForeignItem
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_item_simple(&mut self, i: Item) -> Item
[src]
fn fold_item_simple(&mut self, i: Item) -> Item
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_struct_field(&mut self, sf: StructField) -> StructField
[src]
fn fold_struct_field(&mut self, sf: StructField) -> StructField
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_fn_decl(&mut self, d: P<FnDecl>) -> P<FnDecl>
[src]
fn fold_fn_decl(&mut self, d: P<FnDecl>) -> P<FnDecl>
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_arm(&mut self, a: Arm) -> Arm
[src]
fn fold_arm(&mut self, a: Arm) -> Arm
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_range_end(&mut self, re: RangeEnd) -> RangeEnd
[src]
fn fold_range_end(&mut self, re: RangeEnd) -> RangeEnd
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_exprs(&mut self, es: Vec<P<Expr>>) -> Vec<P<Expr>>
[src]
fn fold_exprs(&mut self, es: Vec<P<Expr>>) -> Vec<P<Expr>>
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_ty_binding(&mut self, t: TypeBinding) -> TypeBinding
[src]
fn fold_ty_binding(&mut self, t: TypeBinding) -> TypeBinding
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_mod(&mut self, m: Mod) -> Mod
[src]
fn fold_mod(&mut self, m: Mod) -> Mod
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_global_asm(&mut self, ga: P<GlobalAsm>) -> P<GlobalAsm>
[src]
fn fold_global_asm(&mut self, ga: P<GlobalAsm>) -> P<GlobalAsm>
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_variant(&mut self, v: Variant) -> Variant
[src]
fn fold_variant(&mut self, v: Variant) -> Variant
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_ident(&mut self, i: Ident) -> Ident
[src]
fn fold_ident(&mut self, i: Ident) -> Ident
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_usize(&mut self, i: usize) -> usize
[src]
fn fold_usize(&mut self, i: usize) -> usize
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_path(&mut self, p: Path) -> Path
[src]
fn fold_path(&mut self, p: Path) -> Path
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_path_parameters(&mut self, p: PathParameters) -> PathParameters
[src]
fn fold_path_parameters(&mut self, p: PathParameters) -> PathParameters
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_angle_bracketed_parameter_data(
&mut self,
p: AngleBracketedParameterData
) -> AngleBracketedParameterData
[src]
fn fold_angle_bracketed_parameter_data(
&mut self,
p: AngleBracketedParameterData
) -> AngleBracketedParameterData
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_parenthesized_parameter_data(
&mut self,
p: ParenthesizedParameterData
) -> ParenthesizedParameterData
[src]
fn fold_parenthesized_parameter_data(
&mut self,
p: ParenthesizedParameterData
) -> ParenthesizedParameterData
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_local(&mut self, l: P<Local>) -> P<Local>
[src]
fn fold_local(&mut self, l: P<Local>) -> P<Local>
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_mac(&mut self, _mac: Mac) -> Mac
[src]
fn fold_mac(&mut self, _mac: Mac) -> Mac
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_macro_def(&mut self, def: MacroDef) -> MacroDef
[src]
fn fold_macro_def(&mut self, def: MacroDef) -> MacroDef
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_label(&mut self, label: Label) -> Label
[src]
fn fold_label(&mut self, label: Label) -> Label
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_lifetime(&mut self, l: Lifetime) -> Lifetime
[src]
fn fold_lifetime(&mut self, l: Lifetime) -> Lifetime
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_lifetime_def(&mut self, l: LifetimeDef) -> LifetimeDef
[src]
fn fold_lifetime_def(&mut self, l: LifetimeDef) -> LifetimeDef
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_arg(&mut self, a: Arg) -> Arg
[src]
fn fold_arg(&mut self, a: Arg) -> Arg
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_generics(&mut self, generics: Generics) -> Generics
[src]
fn fold_generics(&mut self, generics: Generics) -> Generics
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_trait_ref(&mut self, p: TraitRef) -> TraitRef
[src]
fn fold_trait_ref(&mut self, p: TraitRef) -> TraitRef
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_poly_trait_ref(&mut self, p: PolyTraitRef) -> PolyTraitRef
[src]
fn fold_poly_trait_ref(&mut self, p: PolyTraitRef) -> PolyTraitRef
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_variant_data(&mut self, vdata: VariantData) -> VariantData
[src]
fn fold_variant_data(&mut self, vdata: VariantData) -> VariantData
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_lifetimes(&mut self, lts: Vec<Lifetime>) -> Vec<Lifetime>
[src]
fn fold_lifetimes(&mut self, lts: Vec<Lifetime>) -> Vec<Lifetime>
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_lifetime_defs(&mut self, lts: Vec<LifetimeDef>) -> Vec<LifetimeDef>
[src]
fn fold_lifetime_defs(&mut self, lts: Vec<LifetimeDef>) -> Vec<LifetimeDef>
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_ty_param(&mut self, tp: TyParam) -> TyParam
[src]
fn fold_ty_param(&mut self, tp: TyParam) -> TyParam
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_generic_params(
&mut self,
params: Vec<GenericParam>
) -> Vec<GenericParam>
[src]
fn fold_generic_params(
&mut self,
params: Vec<GenericParam>
) -> Vec<GenericParam>
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_tt(&mut self, tt: TokenTree) -> TokenTree
[src]
fn fold_tt(&mut self, tt: TokenTree) -> TokenTree
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_tts(&mut self, tts: TokenStream) -> TokenStream
[src]
fn fold_tts(&mut self, tts: TokenStream) -> TokenStream
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_token(&mut self, t: Token) -> Token
[src]
fn fold_token(&mut self, t: Token) -> Token
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_interpolated(&mut self, nt: Nonterminal) -> Nonterminal
[src]
fn fold_interpolated(&mut self, nt: Nonterminal) -> Nonterminal
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_opt_lifetime(&mut self, o_lt: Option<Lifetime>) -> Option<Lifetime>
[src]
fn fold_opt_lifetime(&mut self, o_lt: Option<Lifetime>) -> Option<Lifetime>
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_opt_bounds(&mut self, b: Option<TyParamBounds>) -> Option<TyParamBounds>
[src]
fn fold_opt_bounds(&mut self, b: Option<TyParamBounds>) -> Option<TyParamBounds>
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_bounds(&mut self, b: TyParamBounds) -> TyParamBounds
[src]
fn fold_bounds(&mut self, b: TyParamBounds) -> TyParamBounds
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_ty_param_bound(&mut self, tpb: TyParamBound) -> TyParamBound
[src]
fn fold_ty_param_bound(&mut self, tpb: TyParamBound) -> TyParamBound
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_mt(&mut self, mt: MutTy) -> MutTy
[src]
fn fold_mt(&mut self, mt: MutTy) -> MutTy
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_field(&mut self, field: Field) -> Field
[src]
fn fold_field(&mut self, field: Field) -> Field
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_where_clause(&mut self, where_clause: WhereClause) -> WhereClause
[src]
fn fold_where_clause(&mut self, where_clause: WhereClause) -> WhereClause
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_where_predicate(
&mut self,
where_predicate: WherePredicate
) -> WherePredicate
[src]
fn fold_where_predicate(
&mut self,
where_predicate: WherePredicate
) -> WherePredicate
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn fold_vis(&mut self, vis: Visibility) -> Visibility
[src]
fn fold_vis(&mut self, vis: Visibility) -> Visibility
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn new_span(&mut self, sp: Span) -> Span
[src]
fn new_span(&mut self, sp: Span) -> Span
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Auto Trait Implementations
impl<'a, 'b> !Send for InvocationCollector<'a, 'b>
impl<'a, 'b> !Send for InvocationCollector<'a, 'b>
impl<'a, 'b> !Sync for InvocationCollector<'a, 'b>
impl<'a, 'b> !Sync for InvocationCollector<'a, 'b>