Searched defs:apostrophe (Results 1 – 3 of 3) sorted by relevance
20 pub apostrophe: Span, field148 let mut apostrophe = Punct::new('\'', Spacing::Joint); in to_tokens() localVariable
435 let mut apostrophe = TokenTree::Punct(Punct::new('\'', Spacing::Joint)); in pasted_to_tokens() localVariable
262 let mut apostrophe = Punct::new('\'', Spacing::Joint); in push_lifetime_spanned() localVariable