xref
: /
third_party
/
rust
/
crates
/
quote
/
tests
/
ui
/
does-not-have-iter.rs
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/rust/crates/quote/tests/ui/
1
use
quote
::
quote
;
2
mainnull
3
fn
main
() {
4
quote
!(#(a b)*);
5
}
6