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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
182 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: --cfg ""
// error-pattern: invalid `--cfg` argument: `""` (expected `key` or `key="value"`)
2015-07-03 12:54:05 +12:00
pub fn main() {
}