This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
cc54612ac3
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 20:37:41 +01:00
fn
main
(
)
{
env!
(
"
one
"
,
"
two
"
,
"
three
"
)
;
}
//~ ERROR: `env!()` takes 1 or 2 arguments
Copy permalink