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
adec1a2e84
rust
/
tests
/
ui
/
env-macro
/
env-no-args.rs
2 lines
65 B
Rust
Raw
Normal View
History
Unescape
Escape
Migrate most of `rustc_builtin_macros` to diagnostic impls Co-authored-by: Joe ST <joe@fbstj.net> Co-authored-by: Michael Goulet <michael@errs.io>
2023-04-08 14:37:41 -05:00
fn
main
(
)
{
env!
(
)
;
}
//~ ERROR: `env!()` takes 1 or 2 arguments
Reference in New Issue
Copy Permalink