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
b5f9053423
rust
/
src
/
test
/
compile-fail
/
extenv-too-many-args.rs
4 lines
74 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
Convert #env to istrs. Temporarily disable usage in rustc. Issue #855
2011-08-30 16:57:59 -05:00
fn
main
(
)
{
#
env
[
~
"
one
"
,
~
"
two
"
]
;
}
Reference in New Issue
Copy Permalink