index
:
firefox
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-separated.rs
blob: c027243ddac68f75cc3efe86274c65e95548b3c2 (
plain
)
1
2
3
4
5
use
quote
::
quote
;
fn
main
()
{
quote
!
(
#
(
a
b
),
*
);
}