Home
last modified time | relevance | path

Searched defs:apostrophe (Results 1 – 2 of 2) sorted by relevance

/linux/rust/syn/
H A Dlifetime.rs21 pub apostrophe: Span, field
152 let mut apostrophe = Punct::new('\'', Spacing::Joint); in to_tokens() localVariable
/linux/rust/quote/
H A Druntime.rs320 let mut apostrophe = Punct::new('\'', Spacing::Joint); in push_lifetime_spanned() localVariable