Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
env-macro
/
env-not-string-literal.stderr
blob: 0985459eff924b4b502f639c0911d08ae6d9ca3e [
file
] [
log
] [
blame
] [
edit
]
error
:
expected
string
literal
-->
$DIR
/
env
-
not
-
string
-
literal
.
rs
:
1
:
18
|
LL
|
fn main
()
{
env
!(
10
,
"two"
);
}
|
^^
error
:
aborting due to
1
previous error