Sign in
android
/
toolchain
/
rustc
/
5c0824a599f2f1f4dcb9c92edf09f6c1b555988d
/
.
/
vendor
/
quote-1.0.21
/
tests
/
ui
/
does-not-have-iter-separated.rs
blob: c027243ddac68f75cc3efe86274c65e95548b3c2 [
file
] [
log
] [
blame
]
use
quote
::
quote
;
fn
main
()
{
quote
!(#(
a b
),*);
}