Home
last modified time | relevance | path

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

/external/rust/crates/proc-macro2/tests/
Dtest.rs330 let joint_punct = Punct::new(':', Spacing::Joint); in joint_last_token() localVariable
331 let stream = TokenStream::from(TokenTree::Punct(joint_punct)); in joint_last_token()