Struct proc_macro::__internal::Quoter [−][src]
pub struct Quoter;
Trait Implementations
impl ProcMacro for Quoter
[src]
impl ProcMacro for Quoter
fn expand<'cx>(
&self,
cx: &'cx mut ExtCtxt,
_: Span,
stream: TokenStream
) -> TokenStream
[src]
fn expand<'cx>(
&self,
cx: &'cx mut ExtCtxt,
_: Span,
stream: TokenStream
) -> TokenStream
🔬 This is a nightly-only experimental API. (rustc_private
#27812)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?