mirror of
https://github.com/rust-lang/rust
synced 2024-11-05 20:45:15 +00:00
8 lines
205 B
Rust
8 lines
205 B
Rust
// Tests that empty source_maps don't ICE (#23301)
|
|
|
|
//@ compile-flags: --error-format=human --cfg ""
|
|
|
|
//@ error-pattern: invalid `--cfg` argument: `""` (expected `key` or `key="value"`)
|
|
|
|
pub fn main() {
|
|
}
|