Home
last modified time | relevance | path

Searched refs:unwrap_nightly (Results 1 – 1 of 1) sorted by relevance

/linux/rust/proc-macro2/
H A Dwrapper.rs115 fn unwrap_nightly(self) -> proc_macro::TokenStream { in unwrap_nightly() method
165 TokenTree::Group(tt) => proc_macro::TokenTree::Group(tt.inner.unwrap_nightly()), in into_compiler_token()
172 punct.set_span(tt.span().inner.unwrap_nightly()); in into_compiler_token()
175 TokenTree::Ident(tt) => proc_macro::TokenTree::Ident(tt.inner.unwrap_nightly()), in into_compiler_token()
176 TokenTree::Literal(tt) => proc_macro::TokenTree::Literal(tt.inner.unwrap_nightly()), in into_compiler_token()
248 .extend(streams.into_iter().map(TokenStream::unwrap_nightly)); in extend()
521 fn unwrap_nightly(self) -> proc_macro::Span { in unwrap_nightly() method
632 fn unwrap_nightly(self) -> proc_macro::Group { in unwrap_nightly() method
703 fn unwrap_nightly(self) -> proc_macro::Ident { in unwrap_nightly() method
945 fn unwrap_nightly(self) -> proc_macro::Literal { in unwrap_nightly() method