Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
env-macro
/
option_env-not-string-literal.stderr
blob: 3d2542a0e6c685cbe159e4e833ff43f0f0fe0056 [
file
] [
log
] [
blame
]
error
:
argument must be a
string
literal
-->
$DIR
/
option_env
-
not
-
string
-
literal
.
rs
:
1
:
25
|
LL
|
fn main
()
{
option_env
!(
10
);
}
|
^^
error
:
aborting due to
1
previous error