[−][src]Trait syntax::fold::Folder
🔬 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?
Provided Methods
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>
🔬 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
🔬 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
🔬 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
🔬 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, ni: ForeignItem) -> OneVector<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_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(&mut self, i: P<Item>) -> OneVector<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_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_fn_header(&mut self, header: FnHeader) -> FnHeader
🔬 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
🔬 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, i: 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_trait_item(&mut self, i: TraitItem) -> OneVector<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, i: ImplItem) -> OneVector<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_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_asyncness(&mut self, a: IsAsync) -> IsAsync
🔬 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, b: 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_stmt(&mut self, s: Stmt) -> OneVector<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_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_guard(&mut self, g: Guard) -> Guard
🔬 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, p: 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_anon_const(&mut self, c: AnonConst) -> AnonConst
🔬 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_expr(&mut self, e: 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_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_opt_expr(&mut self, e: 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_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_generic_arg(&mut self, arg: GenericArg) -> GenericArg
🔬 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, t: 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_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_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
🔬 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, nm: 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_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
🔬 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
🔬 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
🔬 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
🔬 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_qpath(&mut self, qs: Option<QSelf>, p: Path) -> (Option<QSelf>, 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_generic_args(&mut self, p: GenericArgs) -> GenericArgs
🔬 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: AngleBracketedArgs
) -> AngleBracketedArgs
&mut self,
p: AngleBracketedArgs
) -> AngleBracketedArgs
🔬 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: ParenthesisedArgs
) -> ParenthesisedArgs
&mut self,
p: ParenthesisedArgs
) -> ParenthesisedArgs
🔬 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>
🔬 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
🔬 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
🔬 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
🔬 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>
🔬 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
🔬 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
🔬 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
🔬 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
🔬 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
🔬 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
🔬 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>
&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
🔬 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
🔬 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
🔬 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
🔬 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<GenericBounds>) -> Option<GenericBounds>
🔬 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: GenericBounds) -> GenericBounds
🔬 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_param_bound(&mut self, tpb: GenericBound) -> GenericBound
🔬 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
🔬 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
🔬 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
🔬 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
&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
🔬 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, i: 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 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?
Implementors
impl Folder for Marker[src]
impl Folder for Markerfn new_span(&mut self, span: Span) -> Span[src]
fn new_span(&mut self, span: 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?
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_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(&mut self, ni: ForeignItem) -> OneVector<ForeignItem>[src]
fn fold_foreign_item(&mut self, ni: ForeignItem) -> OneVector<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_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(&mut self, i: P<Item>) -> OneVector<P<Item>>[src]
fn fold_item(&mut self, i: P<Item>) -> OneVector<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_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_fn_header(&mut self, header: FnHeader) -> FnHeader[src]
fn fold_fn_header(&mut self, header: FnHeader) -> FnHeader🔬 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_item_kind(&mut self, i: ItemKind) -> ItemKind[src]
fn fold_item_kind(&mut self, i: 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_trait_item(&mut self, i: TraitItem) -> OneVector<TraitItem>[src]
fn fold_trait_item(&mut self, i: TraitItem) -> OneVector<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, i: ImplItem) -> OneVector<ImplItem>[src]
fn fold_impl_item(&mut self, i: ImplItem) -> OneVector<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_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_asyncness(&mut self, a: IsAsync) -> IsAsync[src]
fn fold_asyncness(&mut self, a: IsAsync) -> IsAsync🔬 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, b: P<Block>) -> P<Block>[src]
fn fold_block(&mut self, b: 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_stmt(&mut self, s: Stmt) -> OneVector<Stmt>[src]
fn fold_stmt(&mut self, s: Stmt) -> OneVector<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_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_guard(&mut self, g: Guard) -> Guard[src]
fn fold_guard(&mut self, g: Guard) -> Guard🔬 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, p: P<Pat>) -> P<Pat>[src]
fn fold_pat(&mut self, p: 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_anon_const(&mut self, c: AnonConst) -> AnonConst[src]
fn fold_anon_const(&mut self, c: AnonConst) -> AnonConst🔬 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_expr(&mut self, e: P<Expr>) -> P<Expr>[src]
fn fold_expr(&mut self, e: 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_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_opt_expr(&mut self, e: P<Expr>) -> Option<P<Expr>>[src]
fn fold_opt_expr(&mut self, e: 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_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_generic_arg(&mut self, arg: GenericArg) -> GenericArg[src]
fn fold_generic_arg(&mut self, arg: GenericArg) -> GenericArg🔬 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, t: P<Ty>) -> P<Ty>[src]
fn fold_ty(&mut self, t: 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_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_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_foreign_mod(&mut self, nm: ForeignMod) -> ForeignMod[src]
fn fold_foreign_mod(&mut self, nm: 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_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_qpath(&mut self, qs: Option<QSelf>, p: Path) -> (Option<QSelf>, Path)[src]
fn fold_qpath(&mut self, qs: Option<QSelf>, p: Path) -> (Option<QSelf>, 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_generic_args(&mut self, p: GenericArgs) -> GenericArgs[src]
fn fold_generic_args(&mut self, p: GenericArgs) -> GenericArgs🔬 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: AngleBracketedArgs
) -> AngleBracketedArgs[src]
fn fold_angle_bracketed_parameter_data(
&mut self,
p: AngleBracketedArgs
) -> AngleBracketedArgs🔬 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: ParenthesisedArgs
) -> ParenthesisedArgs[src]
fn fold_parenthesized_parameter_data(
&mut self,
p: ParenthesisedArgs
) -> ParenthesisedArgs🔬 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_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_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 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_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_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_bounds(&mut self, b: Option<GenericBounds>) -> Option<GenericBounds>[src]
fn fold_opt_bounds(&mut self, b: Option<GenericBounds>) -> Option<GenericBounds>🔬 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: GenericBounds) -> GenericBounds[src]
fn fold_bounds(&mut self, b: GenericBounds) -> GenericBounds🔬 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_param_bound(&mut self, tpb: GenericBound) -> GenericBound[src]
fn fold_param_bound(&mut self, tpb: GenericBound) -> GenericBound🔬 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_id(&mut self, i: NodeId) -> NodeId[src]
fn new_id(&mut self, i: 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?
impl Folder for EntryPointCleaner[src]
impl Folder for EntryPointCleanerfn fold_item(&mut self, i: P<Item>) -> OneVector<P<Item>>[src]
fn fold_item(&mut self, i: P<Item>) -> OneVector<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_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_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(&mut self, ni: ForeignItem) -> OneVector<ForeignItem>[src]
fn fold_foreign_item(&mut self, ni: ForeignItem) -> OneVector<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_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_fn_header(&mut self, header: FnHeader) -> FnHeader[src]
fn fold_fn_header(&mut self, header: FnHeader) -> FnHeader🔬 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_item_kind(&mut self, i: ItemKind) -> ItemKind[src]
fn fold_item_kind(&mut self, i: 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_trait_item(&mut self, i: TraitItem) -> OneVector<TraitItem>[src]
fn fold_trait_item(&mut self, i: TraitItem) -> OneVector<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, i: ImplItem) -> OneVector<ImplItem>[src]
fn fold_impl_item(&mut self, i: ImplItem) -> OneVector<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_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_asyncness(&mut self, a: IsAsync) -> IsAsync[src]
fn fold_asyncness(&mut self, a: IsAsync) -> IsAsync🔬 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, b: P<Block>) -> P<Block>[src]
fn fold_block(&mut self, b: 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_stmt(&mut self, s: Stmt) -> OneVector<Stmt>[src]
fn fold_stmt(&mut self, s: Stmt) -> OneVector<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_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_guard(&mut self, g: Guard) -> Guard[src]
fn fold_guard(&mut self, g: Guard) -> Guard🔬 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, p: P<Pat>) -> P<Pat>[src]
fn fold_pat(&mut self, p: 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_anon_const(&mut self, c: AnonConst) -> AnonConst[src]
fn fold_anon_const(&mut self, c: AnonConst) -> AnonConst🔬 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_expr(&mut self, e: P<Expr>) -> P<Expr>[src]
fn fold_expr(&mut self, e: 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_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_opt_expr(&mut self, e: P<Expr>) -> Option<P<Expr>>[src]
fn fold_opt_expr(&mut self, e: 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_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_generic_arg(&mut self, arg: GenericArg) -> GenericArg[src]
fn fold_generic_arg(&mut self, arg: GenericArg) -> GenericArg🔬 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, t: P<Ty>) -> P<Ty>[src]
fn fold_ty(&mut self, t: 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_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_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_foreign_mod(&mut self, nm: ForeignMod) -> ForeignMod[src]
fn fold_foreign_mod(&mut self, nm: 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_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_qpath(&mut self, qs: Option<QSelf>, p: Path) -> (Option<QSelf>, Path)[src]
fn fold_qpath(&mut self, qs: Option<QSelf>, p: Path) -> (Option<QSelf>, 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_generic_args(&mut self, p: GenericArgs) -> GenericArgs[src]
fn fold_generic_args(&mut self, p: GenericArgs) -> GenericArgs🔬 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: AngleBracketedArgs
) -> AngleBracketedArgs[src]
fn fold_angle_bracketed_parameter_data(
&mut self,
p: AngleBracketedArgs
) -> AngleBracketedArgs🔬 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: ParenthesisedArgs
) -> ParenthesisedArgs[src]
fn fold_parenthesized_parameter_data(
&mut self,
p: ParenthesisedArgs
) -> ParenthesisedArgs🔬 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_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_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 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_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_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_bounds(&mut self, b: Option<GenericBounds>) -> Option<GenericBounds>[src]
fn fold_opt_bounds(&mut self, b: Option<GenericBounds>) -> Option<GenericBounds>🔬 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: GenericBounds) -> GenericBounds[src]
fn fold_bounds(&mut self, b: GenericBounds) -> GenericBounds🔬 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_param_bound(&mut self, tpb: GenericBound) -> GenericBound[src]
fn fold_param_bound(&mut self, tpb: GenericBound) -> GenericBound🔬 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_id(&mut self, i: NodeId) -> NodeId[src]
fn new_id(&mut self, i: 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 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?
impl<'a> Folder for StripUnconfigured<'a>[src]
impl<'a> Folder for StripUnconfigured<'a>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_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_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_stmt(&mut self, stmt: Stmt) -> OneVector<Stmt>[src]
fn fold_stmt(&mut self, stmt: Stmt) -> OneVector<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_item(&mut self, item: P<Item>) -> OneVector<P<Item>>[src]
fn fold_item(&mut self, item: P<Item>) -> OneVector<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_impl_item(&mut self, item: ImplItem) -> OneVector<ImplItem>[src]
fn fold_impl_item(&mut self, item: ImplItem) -> OneVector<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_trait_item(&mut self, item: TraitItem) -> OneVector<TraitItem>[src]
fn fold_trait_item(&mut self, item: TraitItem) -> OneVector<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_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_pat(&mut self, pattern: P<Pat>) -> P<Pat>[src]
fn fold_pat(&mut self, pattern: 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_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(&mut self, ni: ForeignItem) -> OneVector<ForeignItem>[src]
fn fold_foreign_item(&mut self, ni: ForeignItem) -> OneVector<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_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_fn_header(&mut self, header: FnHeader) -> FnHeader[src]
fn fold_fn_header(&mut self, header: FnHeader) -> FnHeader🔬 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_asyncness(&mut self, a: IsAsync) -> IsAsync[src]
fn fold_asyncness(&mut self, a: IsAsync) -> IsAsync🔬 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, b: P<Block>) -> P<Block>[src]
fn fold_block(&mut self, b: 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_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_guard(&mut self, g: Guard) -> Guard[src]
fn fold_guard(&mut self, g: Guard) -> Guard🔬 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_anon_const(&mut self, c: AnonConst) -> AnonConst[src]
fn fold_anon_const(&mut self, c: AnonConst) -> AnonConst🔬 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_generic_arg(&mut self, arg: GenericArg) -> GenericArg[src]
fn fold_generic_arg(&mut self, arg: GenericArg) -> GenericArg🔬 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, t: P<Ty>) -> P<Ty>[src]
fn fold_ty(&mut self, t: 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_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_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_qpath(&mut self, qs: Option<QSelf>, p: Path) -> (Option<QSelf>, Path)[src]
fn fold_qpath(&mut self, qs: Option<QSelf>, p: Path) -> (Option<QSelf>, 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_generic_args(&mut self, p: GenericArgs) -> GenericArgs[src]
fn fold_generic_args(&mut self, p: GenericArgs) -> GenericArgs🔬 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: AngleBracketedArgs
) -> AngleBracketedArgs[src]
fn fold_angle_bracketed_parameter_data(
&mut self,
p: AngleBracketedArgs
) -> AngleBracketedArgs🔬 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: ParenthesisedArgs
) -> ParenthesisedArgs[src]
fn fold_parenthesized_parameter_data(
&mut self,
p: ParenthesisedArgs
) -> ParenthesisedArgs🔬 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_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_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 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_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_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_bounds(&mut self, b: Option<GenericBounds>) -> Option<GenericBounds>[src]
fn fold_opt_bounds(&mut self, b: Option<GenericBounds>) -> Option<GenericBounds>🔬 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: GenericBounds) -> GenericBounds[src]
fn fold_bounds(&mut self, b: GenericBounds) -> GenericBounds🔬 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_param_bound(&mut self, tpb: GenericBound) -> GenericBound[src]
fn fold_param_bound(&mut self, tpb: GenericBound) -> GenericBound🔬 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_id(&mut self, i: NodeId) -> NodeId[src]
fn new_id(&mut self, i: 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 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?
impl<'a> Folder for TestHarnessGenerator<'a>[src]
impl<'a> Folder for TestHarnessGenerator<'a>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_item(&mut self, i: P<Item>) -> OneVector<P<Item>>[src]
fn fold_item(&mut self, i: P<Item>) -> OneVector<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_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_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(&mut self, ni: ForeignItem) -> OneVector<ForeignItem>[src]
fn fold_foreign_item(&mut self, ni: ForeignItem) -> OneVector<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_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_fn_header(&mut self, header: FnHeader) -> FnHeader[src]
fn fold_fn_header(&mut self, header: FnHeader) -> FnHeader🔬 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_item_kind(&mut self, i: ItemKind) -> ItemKind[src]
fn fold_item_kind(&mut self, i: 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_trait_item(&mut self, i: TraitItem) -> OneVector<TraitItem>[src]
fn fold_trait_item(&mut self, i: TraitItem) -> OneVector<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, i: ImplItem) -> OneVector<ImplItem>[src]
fn fold_impl_item(&mut self, i: ImplItem) -> OneVector<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_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_asyncness(&mut self, a: IsAsync) -> IsAsync[src]
fn fold_asyncness(&mut self, a: IsAsync) -> IsAsync🔬 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, b: P<Block>) -> P<Block>[src]
fn fold_block(&mut self, b: 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_stmt(&mut self, s: Stmt) -> OneVector<Stmt>[src]
fn fold_stmt(&mut self, s: Stmt) -> OneVector<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_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_guard(&mut self, g: Guard) -> Guard[src]
fn fold_guard(&mut self, g: Guard) -> Guard🔬 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, p: P<Pat>) -> P<Pat>[src]
fn fold_pat(&mut self, p: 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_anon_const(&mut self, c: AnonConst) -> AnonConst[src]
fn fold_anon_const(&mut self, c: AnonConst) -> AnonConst🔬 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_expr(&mut self, e: P<Expr>) -> P<Expr>[src]
fn fold_expr(&mut self, e: 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_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_opt_expr(&mut self, e: P<Expr>) -> Option<P<Expr>>[src]
fn fold_opt_expr(&mut self, e: 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_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_generic_arg(&mut self, arg: GenericArg) -> GenericArg[src]
fn fold_generic_arg(&mut self, arg: GenericArg) -> GenericArg🔬 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, t: P<Ty>) -> P<Ty>[src]
fn fold_ty(&mut self, t: 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_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_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_foreign_mod(&mut self, nm: ForeignMod) -> ForeignMod[src]
fn fold_foreign_mod(&mut self, nm: 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_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_qpath(&mut self, qs: Option<QSelf>, p: Path) -> (Option<QSelf>, Path)[src]
fn fold_qpath(&mut self, qs: Option<QSelf>, p: Path) -> (Option<QSelf>, 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_generic_args(&mut self, p: GenericArgs) -> GenericArgs[src]
fn fold_generic_args(&mut self, p: GenericArgs) -> GenericArgs🔬 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: AngleBracketedArgs
) -> AngleBracketedArgs[src]
fn fold_angle_bracketed_parameter_data(
&mut self,
p: AngleBracketedArgs
) -> AngleBracketedArgs🔬 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: ParenthesisedArgs
) -> ParenthesisedArgs[src]
fn fold_parenthesized_parameter_data(
&mut self,
p: ParenthesisedArgs
) -> ParenthesisedArgs🔬 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_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_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 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_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_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_bounds(&mut self, b: Option<GenericBounds>) -> Option<GenericBounds>[src]
fn fold_opt_bounds(&mut self, b: Option<GenericBounds>) -> Option<GenericBounds>🔬 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: GenericBounds) -> GenericBounds[src]
fn fold_bounds(&mut self, b: GenericBounds) -> GenericBounds🔬 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_param_bound(&mut self, tpb: GenericBound) -> GenericBound[src]
fn fold_param_bound(&mut self, tpb: GenericBound) -> GenericBound🔬 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_id(&mut self, i: NodeId) -> NodeId[src]
fn new_id(&mut self, i: 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 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?
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) -> OneVector<Stmt>[src]
fn fold_stmt(&mut self, stmt: Stmt) -> OneVector<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>) -> OneVector<P<Item>>[src]
fn fold_item(&mut self, item: P<Item>) -> OneVector<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) -> OneVector<TraitItem>[src]
fn fold_trait_item(&mut self, item: TraitItem) -> OneVector<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) -> OneVector<ImplItem>[src]
fn fold_impl_item(&mut self, item: ImplItem) -> OneVector<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
) -> OneVector<ForeignItem>[src]
fn fold_foreign_item(
&mut self,
foreign_item: ForeignItem
) -> OneVector<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_fn_header(&mut self, header: FnHeader) -> FnHeader[src]
fn fold_fn_header(&mut self, header: FnHeader) -> FnHeader🔬 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_asyncness(&mut self, a: IsAsync) -> IsAsync[src]
fn fold_asyncness(&mut self, a: IsAsync) -> IsAsync🔬 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_guard(&mut self, g: Guard) -> Guard[src]
fn fold_guard(&mut self, g: Guard) -> Guard🔬 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_anon_const(&mut self, c: AnonConst) -> AnonConst[src]
fn fold_anon_const(&mut self, c: AnonConst) -> AnonConst🔬 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_generic_arg(&mut self, arg: GenericArg) -> GenericArg[src]
fn fold_generic_arg(&mut self, arg: GenericArg) -> GenericArg🔬 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_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_qpath(&mut self, qs: Option<QSelf>, p: Path) -> (Option<QSelf>, Path)[src]
fn fold_qpath(&mut self, qs: Option<QSelf>, p: Path) -> (Option<QSelf>, 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_generic_args(&mut self, p: GenericArgs) -> GenericArgs[src]
fn fold_generic_args(&mut self, p: GenericArgs) -> GenericArgs🔬 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: AngleBracketedArgs
) -> AngleBracketedArgs[src]
fn fold_angle_bracketed_parameter_data(
&mut self,
p: AngleBracketedArgs
) -> AngleBracketedArgs🔬 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: ParenthesisedArgs
) -> ParenthesisedArgs[src]
fn fold_parenthesized_parameter_data(
&mut self,
p: ParenthesisedArgs
) -> ParenthesisedArgs🔬 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_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_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_bounds(&mut self, b: Option<GenericBounds>) -> Option<GenericBounds>[src]
fn fold_opt_bounds(&mut self, b: Option<GenericBounds>) -> Option<GenericBounds>🔬 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: GenericBounds) -> GenericBounds[src]
fn fold_bounds(&mut self, b: GenericBounds) -> GenericBounds🔬 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_param_bound(&mut self, tpb: GenericBound) -> GenericBound[src]
fn fold_param_bound(&mut self, tpb: GenericBound) -> GenericBound🔬 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?
impl<'a, 'b> Folder for MacroExpander<'a, 'b>[src]
impl<'a, 'b> Folder for MacroExpander<'a, 'b>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_expr(&mut self, ast: P<Expr>) -> P<Expr>[src]
fn fold_expr(&mut self, ast: 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_pat(&mut self, ast: P<Pat>) -> P<Pat>[src]
fn fold_pat(&mut self, ast: 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_ty(&mut self, ast: P<Ty>) -> P<Ty>[src]
fn fold_ty(&mut self, ast: 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_stmt(
&mut self,
ast_elt: <OneVector<Stmt> as IntoIterator>::Item
) -> OneVector<Stmt>[src]
fn fold_stmt(
&mut self,
ast_elt: <OneVector<Stmt> as IntoIterator>::Item
) -> OneVector<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_item(
&mut self,
ast_elt: <OneVector<P<Item>> as IntoIterator>::Item
) -> OneVector<P<Item>>[src]
fn fold_item(
&mut self,
ast_elt: <OneVector<P<Item>> as IntoIterator>::Item
) -> OneVector<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,
ast_elt: <OneVector<TraitItem> as IntoIterator>::Item
) -> OneVector<TraitItem>[src]
fn fold_trait_item(
&mut self,
ast_elt: <OneVector<TraitItem> as IntoIterator>::Item
) -> OneVector<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,
ast_elt: <OneVector<ImplItem> as IntoIterator>::Item
) -> OneVector<ImplItem>[src]
fn fold_impl_item(
&mut self,
ast_elt: <OneVector<ImplItem> as IntoIterator>::Item
) -> OneVector<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_foreign_item(
&mut self,
ast_elt: <OneVector<ForeignItem> as IntoIterator>::Item
) -> OneVector<ForeignItem>[src]
fn fold_foreign_item(
&mut self,
ast_elt: <OneVector<ForeignItem> as IntoIterator>::Item
) -> OneVector<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_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_fn_header(&mut self, header: FnHeader) -> FnHeader[src]
fn fold_fn_header(&mut self, header: FnHeader) -> FnHeader🔬 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_item_kind(&mut self, i: ItemKind) -> ItemKind[src]
fn fold_item_kind(&mut self, i: 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_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_asyncness(&mut self, a: IsAsync) -> IsAsync[src]
fn fold_asyncness(&mut self, a: IsAsync) -> IsAsync🔬 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, b: P<Block>) -> P<Block>[src]
fn fold_block(&mut self, b: 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_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_guard(&mut self, g: Guard) -> Guard[src]
fn fold_guard(&mut self, g: Guard) -> Guard🔬 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_anon_const(&mut self, c: AnonConst) -> AnonConst[src]
fn fold_anon_const(&mut self, c: AnonConst) -> AnonConst🔬 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_generic_arg(&mut self, arg: GenericArg) -> GenericArg[src]
fn fold_generic_arg(&mut self, arg: GenericArg) -> GenericArg🔬 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_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_foreign_mod(&mut self, nm: ForeignMod) -> ForeignMod[src]
fn fold_foreign_mod(&mut self, nm: 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_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_qpath(&mut self, qs: Option<QSelf>, p: Path) -> (Option<QSelf>, Path)[src]
fn fold_qpath(&mut self, qs: Option<QSelf>, p: Path) -> (Option<QSelf>, 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_generic_args(&mut self, p: GenericArgs) -> GenericArgs[src]
fn fold_generic_args(&mut self, p: GenericArgs) -> GenericArgs🔬 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: AngleBracketedArgs
) -> AngleBracketedArgs[src]
fn fold_angle_bracketed_parameter_data(
&mut self,
p: AngleBracketedArgs
) -> AngleBracketedArgs🔬 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: ParenthesisedArgs
) -> ParenthesisedArgs[src]
fn fold_parenthesized_parameter_data(
&mut self,
p: ParenthesisedArgs
) -> ParenthesisedArgs🔬 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_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 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_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_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_bounds(&mut self, b: Option<GenericBounds>) -> Option<GenericBounds>[src]
fn fold_opt_bounds(&mut self, b: Option<GenericBounds>) -> Option<GenericBounds>🔬 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: GenericBounds) -> GenericBounds[src]
fn fold_bounds(&mut self, b: GenericBounds) -> GenericBounds🔬 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_param_bound(&mut self, tpb: GenericBound) -> GenericBound[src]
fn fold_param_bound(&mut self, tpb: GenericBound) -> GenericBound🔬 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_id(&mut self, i: NodeId) -> NodeId[src]
fn new_id(&mut self, i: 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 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?
impl<'a, 'b> Folder for PlaceholderExpander<'a, 'b>[src]
impl<'a, 'b> Folder for PlaceholderExpander<'a, 'b>fn fold_item(&mut self, item: P<Item>) -> OneVector<P<Item>>[src]
fn fold_item(&mut self, item: P<Item>) -> OneVector<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) -> OneVector<TraitItem>[src]
fn fold_trait_item(&mut self, item: TraitItem) -> OneVector<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) -> OneVector<ImplItem>[src]
fn fold_impl_item(&mut self, item: ImplItem) -> OneVector<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_foreign_item(&mut self, item: ForeignItem) -> OneVector<ForeignItem>[src]
fn fold_foreign_item(&mut self, item: ForeignItem) -> OneVector<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_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_stmt(&mut self, stmt: Stmt) -> OneVector<Stmt>[src]
fn fold_stmt(&mut self, stmt: Stmt) -> OneVector<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_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_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_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_mod(&mut self, module: Mod) -> Mod[src]
fn fold_mod(&mut self, module: 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_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_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_fn_header(&mut self, header: FnHeader) -> FnHeader[src]
fn fold_fn_header(&mut self, header: FnHeader) -> FnHeader🔬 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_item_kind(&mut self, i: ItemKind) -> ItemKind[src]
fn fold_item_kind(&mut self, i: 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_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_asyncness(&mut self, a: IsAsync) -> IsAsync[src]
fn fold_asyncness(&mut self, a: IsAsync) -> IsAsync🔬 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_guard(&mut self, g: Guard) -> Guard[src]
fn fold_guard(&mut self, g: Guard) -> Guard🔬 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_anon_const(&mut self, c: AnonConst) -> AnonConst[src]
fn fold_anon_const(&mut self, c: AnonConst) -> AnonConst🔬 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_generic_arg(&mut self, arg: GenericArg) -> GenericArg[src]
fn fold_generic_arg(&mut self, arg: GenericArg) -> GenericArg🔬 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_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_foreign_mod(&mut self, nm: ForeignMod) -> ForeignMod[src]
fn fold_foreign_mod(&mut self, nm: 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_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_qpath(&mut self, qs: Option<QSelf>, p: Path) -> (Option<QSelf>, Path)[src]
fn fold_qpath(&mut self, qs: Option<QSelf>, p: Path) -> (Option<QSelf>, 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_generic_args(&mut self, p: GenericArgs) -> GenericArgs[src]
fn fold_generic_args(&mut self, p: GenericArgs) -> GenericArgs🔬 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: AngleBracketedArgs
) -> AngleBracketedArgs[src]
fn fold_angle_bracketed_parameter_data(
&mut self,
p: AngleBracketedArgs
) -> AngleBracketedArgs🔬 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: ParenthesisedArgs
) -> ParenthesisedArgs[src]
fn fold_parenthesized_parameter_data(
&mut self,
p: ParenthesisedArgs
) -> ParenthesisedArgs🔬 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_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_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 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_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_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_bounds(&mut self, b: Option<GenericBounds>) -> Option<GenericBounds>[src]
fn fold_opt_bounds(&mut self, b: Option<GenericBounds>) -> Option<GenericBounds>🔬 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: GenericBounds) -> GenericBounds[src]
fn fold_bounds(&mut self, b: GenericBounds) -> GenericBounds🔬 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_param_bound(&mut self, tpb: GenericBound) -> GenericBound[src]
fn fold_param_bound(&mut self, tpb: GenericBound) -> GenericBound🔬 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_id(&mut self, i: NodeId) -> NodeId[src]
fn new_id(&mut self, i: 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 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?