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
/
paste
/
tests
/
ui
/
no-env-var.rs
blob: c6d8c3d59c554eec128517b1630b3f5555079777 (
plain
)
1
2
3
4
5
6
7
use
paste
::
paste
;
paste
!
{
fn
[
<
a
env!
(
"PASTE_UNKNOWN"
)
b
>
]()
{}
}
fn
main
()
{}