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