This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
2e79c8deb0
rust
/
tests
/
ui
/
extoption_env-not-string-literal.rs
2 lines
76 B
Rust
Raw
Normal View
History
Unescape
Escape
Test fixes and rebase conflicts
2014-11-02 23:10:09 -08:00
fn
main
(
)
{
option_env!
(
10
)
;
}
//~ ERROR: argument must be a string literal
Copy permalink