index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
extenv
/
extenv-too-many-args.rs
blob: 1adbee583dbe35c811b312fbc065657c479c89d5 (
plain
)
1
fn
main
()
{
env!
(
"one"
,
"two"
,
"three"
);
}
//~ ERROR: env! takes 1 or 2 arguments