Home
last modified time | relevance | path

Searched refs:nonrep (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/quote/tests/ui/
Ddoes-not-have-iter-interpolated-dup.rs4 let nonrep = ""; in main() localVariable
8 quote!(#(#nonrep #nonrep)*); in main()
Ddoes-not-have-iter-interpolated.rs4 let nonrep = ""; in main() localVariable
8 quote!(#(#nonrep)*); in main()
/external/rust/crates/quote/tests/
Dtest.rs303 let nonrep = "c"; in test_nonrep_in_repetition() localVariable
306 #(#rep #rep : #nonrep #nonrep),* in test_nonrep_in_repetition()