Module syntax_ext::deriving::debug [−][src]
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Re-exports
use deriving::path_std; |
use deriving::generic::*; |
use deriving::generic::ty::*; |
use syntax::ast; |
use syntax::ast::Ident; |
use syntax::ast::Expr; |
use syntax::ast::MetaItem; |
use syntax::ext::base::Annotatable; |
use syntax::ext::base::ExtCtxt; |
use syntax::ext::build::AstBuilder; |
use syntax::ptr::P; |
use syntax::ptr::P; |
use syntax_pos::DUMMY_SP; |
use syntax_pos::Span; |
Functions
expand_deriving_debug |
[ Experimental ]
|
show_substructure |
[ Experimental ] We use the debug builders to do the heavy lifting here |
stmt_let_undescore |
[ Experimental ]
|