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 05:14:14 -05:00
// Tests that empty source_maps don't ICE (#23301)
2015-07-02 19:54:05 -05:00
// compile-flags: --cfg ""
// error-pattern: invalid `--cfg` argument: `""` (expected `key` or `key="value"`)
2015-07-02 19:54:05 -05:00
pub fn main() {
}