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
/
tests
/
ui
/
extoption_env-too-many-args.rs
blob: ecc8b61ac85891ef8d3e1c22228103da2f3b24ad (
plain
)
1
fn
main
()
{
option_env!
(
"one"
,
"two"
);
}
//~ ERROR: option_env! takes 1 argument