blob: d8fc02777595021af23c251a63c5a2e9a9a30294 (
plain)
1
2
3
4
5
6
7
8
|
// 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() {
}
|