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-02 21:17:39 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7b8644e5cf
rust
/
tests
/
ui
/
extenv
/
extenv-too-many-args.rs
2 lines
86 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 19:37:41 +00:00
fn
main
(
)
{
env!
(
"
one
"
,
"
two
"
,
"
three
"
)
;
}
//~ ERROR: `env!()` takes 1 or 2 arguments
Reference in New Issue
Copy Permalink