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

9 lines
205 B
Rust
Raw Normal View History

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