This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-05-06 23:17:37 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
12c32e944d
rust
/
src
/
test
/
compile-fail
/
extenv-no-args.rs
4 lines
78 B
Rust
Raw
Normal View
History
Unescape
Escape
Replace several common macros of the form #m[...] with m!(...) This commit replaces nearly all remaining uses of #fmt, #debug, #error, and #info, and fixes some error messages...
2012-10-12 19:32:36 +00:00
// error-pattern: env! takes between 1 and 1 arguments
rustc: Use spans for #env errors Issue #444
2011-06-04 21:08:50 +00:00
`m1!{...}` -> `m1!(...)`
2012-08-23 00:24:52 +00:00
fn
main
(
)
{
env!
(
)
;
}
Reference in New Issue
Copy Permalink