1bede1f5e0
This commit replaces nearly all remaining uses of #fmt, #debug, #error, and #info, and fixes some error messages...
4 lines
78 B
Rust
4 lines
78 B
Rust
// error-pattern: env! takes between 1 and 1 arguments
|
|
|
|
fn main() { env!(); }
|