Searched defs:pasted (Results 1 – 3 of 3) sorted by relevance
34 let pasted = paste!([<CONST 0>]); in test_literal_to_identifier() localVariable37 let pasted = paste!([<CONST '0'>]); in test_literal_to_identifier() localVariable40 let pasted = paste!([<CONST "0">]); in test_literal_to_identifier() localVariable43 let pasted = paste!([<CONST r"0">]); in test_literal_to_identifier() localVariable46 let pasted = paste!([<CONST '\u{30}'>]); in test_literal_to_identifier() localVariable
228 let mut pasted = evaluated.into_iter().collect::<String>(); in paste() localVariable
227 let pasted = segment::paste(&segments)?; in expand() localVariable