blob: 9f7ef1bcf9aa9406d12c117bae5784aaf285c025 [file] [log] [blame]
// Tests that empty source_maps don't ICE (#23301)
//@ compile-flags: --cfg ""
pub fn main() {
}
//~? ERROR invalid `--cfg` argument: `""` (expected `key` or `key="value"`)