Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// Tests that empty source_maps don't ICE (#23301)
// compile-flags: --cfg ""
// error-pattern: invalid `--cfg` argument: `""` (expected `key` or `key="value"`)
pub fn main() {
}