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