Searched refs:joint_punct (Results 1 – 1 of 1) sorted by relevance
330 let joint_punct = Punct::new(':', Spacing::Joint); in joint_last_token() localVariable331 let stream = TokenStream::from(TokenTree::Punct(joint_punct)); in joint_last_token()