index
:
firefox-esr
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
third_party
/
rust
/
quote
/
tests
/
ui
/
does-not-have-iter.rs
blob: 8908353b57d7388281b27d3a1a85e3143231de39 (
plain
)
1
2
3
4
5
use
quote
::
quote
;
fn
main
()
{
quote
!
(
#
(
a
b
)
*
);
}