1
Fork 0
rust/tests/ui/conditional-compilation/cfg-empty-codemap.rs

9 lines
205 B
Rust
Raw Normal View History

2018-08-18 12:14:14 +02:00
// Tests that empty source_maps don't ICE (#23301)
2015-07-03 12:54:05 +12:00
//@ compile-flags: --error-format=human --cfg ""
2015-07-03 12:54:05 +12:00
//@ error-pattern: invalid `--cfg` argument: `""` (expected `key` or `key="value"`)
2015-07-03 12:54:05 +12:00
pub fn main() {
}