This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
888262b337
rust
/
src
/
test
/
compile-fail
/
extenv-too-many-args.rs
4 lines
72 B
Rust
Raw
Normal View
History
Unescape
Escape
rustc: Use spans for #env errors Issue #444
2011-06-04 16:08:50 -05:00
// error-pattern:malformed #env call
Reformat. Issue #855
2011-09-02 17:34:58 -05:00
fn
main
(
)
{
#
env
[
"
one
"
,
"
two
"
]
;
}
Reference in New Issue
Copy Permalink