blob: d8fc02777595021af23c251a63c5a2e9a9a30294 [file] [log] [blame] [edit]
// 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() {
}