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