Home
last modified time | relevance | path

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

/external/rust/crates/syn/src/
Dlifetime.rs20 pub apostrophe: Span, field
148 let mut apostrophe = Punct::new('\'', Spacing::Joint); in to_tokens() localVariable
/external/rust/crates/paste/src/
Dlib.rs435 let mut apostrophe = TokenTree::Punct(Punct::new('\'', Spacing::Joint)); in pasted_to_tokens() localVariable
/external/rust/crates/quote/src/
Druntime.rs262 let mut apostrophe = Punct::new('\'', Spacing::Joint); in push_lifetime_spanned() localVariable