Lines Matching refs:into

66 //! To opt into the additional APIs available in the most recent nightly
180 /// collecting token trees into one stream.
206 inner: inner.into(),
230 /// Attempts to break the string into tokens and parse those tokens into a token
237 /// reserve the right to change these errors into `LexError`s later.
254 TokenStream::_new(inner.into())
262 inner.inner.into()
285 /// Collects a number of token trees into a single stream.
298 /// convertible back into the same token stream (modulo spans), except for
402 inner: inner.into(),
466 /// The original source file into which this span points.
611 /// convertible back into the same token tree (modulo spans), except for
679 inner: inner.into(),
758 /// into the same group (modulo spans), except for possibly `TokenTree::Group`s
819 /// they can potentially be combined into a multicharacter operator
838 /// convertible back into the same character.
887 /// An ident can be interpolated into a token stream using the `quote!` macro.
1027 /// into the same identifier.
1060 /// broken into two tokens (`-` and positive literal).
1081 /// be broken into two tokens (`-` and positive literal).
1102 inner: inner.into(),
1140 /// the float's value is emitted directly into the token but no suffix is
1143 /// through `TokenStream` or strings and may be broken into two tokens (`-`
1161 /// round-trips through `TokenStream` or strings and may be broken into two
1176 /// the float's value is emitted directly into the token but no suffix is
1179 /// through `TokenStream` or strings and may be broken into two tokens (`-`
1197 /// round-trips through `TokenStream` or strings and may be broken into two
1290 /// The iteration is "shallow", e.g. the iterator doesn't recurse into