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