Sign in
android
/
platform
/
external
/
rust
/
android-crates-io
/
bda1239df1ee7339f9d2531de7d261f476c4cb06
/
.
/
crates
/
quote
/
tests
/
ui
/
does-not-have-iter.rs
blob: 8908353b57d7388281b27d3a1a85e3143231de39 [
file
] [
log
] [
blame
]
use
quote
::
quote
;
fn
main
()
{
quote
!(#(
a b
)*);
}