Home
last modified time | relevance | path

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

/third_party/rust/crates/proc-macro2/src/
Dwrapper.rs89 fn unwrap_nightly(self) -> proc_macro::TokenStream { in unwrap_nightly() method
157 TokenTree::Group(tt) => tt.inner.unwrap_nightly().into(), in into_compiler_token()
164 punct.set_span(tt.span().inner.unwrap_nightly()); in into_compiler_token()
167 TokenTree::Ident(tt) => tt.inner.unwrap_nightly().into(), in into_compiler_token()
168 TokenTree::Literal(tt) => tt.inner.unwrap_nightly().into(), in into_compiler_token()
238 .extend(streams.into_iter().map(TokenStream::unwrap_nightly)); in extend()
543 fn unwrap_nightly(self) -> proc_macro::Span { in unwrap_nightly() method
659 fn unwrap_nightly(self) -> proc_macro::Group { in unwrap_nightly() method
747 fn unwrap_nightly(self) -> proc_macro::Ident { in unwrap_nightly() method
933 fn unwrap_nightly(self) -> proc_macro::Literal { in unwrap_nightly() method