Sign in
android
/
toolchain
/
rustc
/
d2dbbcd40813d506244f1255bc2c84088a0197e1
/
.
/
src
/
test
/
ui
/
extoption_env-no-args.stderr
blob: 65067942b85c4a75cdc894ea07b917efd55859b1 [
file
] [
log
] [
blame
]
error
:
option_env
!
takes
1
argument
-->
$DIR
/
extoption_env
-
no
-
args
.
rs
:
1
:
13
|
LL
|
fn main
()
{
option_env
!();
}
|
^^^^^^^^^^^^^
error
:
aborting due to previous error