2018-08-18 12:14:14 +02:00
|
|
|
// Tests that empty source_maps don't ICE (#23301)
|
2015-07-03 12:54:05 +12:00
|
|
|
|
2024-02-16 20:02:50 +00:00
|
|
|
//@ compile-flags: --error-format=human --cfg ""
|
2015-07-03 12:54:05 +12:00
|
|
|
|
2024-02-16 20:02:50 +00:00
|
|
|
//@ error-pattern: invalid `--cfg` argument: `""` (expected `key` or `key="value"`)
|
2015-07-03 12:54:05 +12:00
|
|
|
|
|
|
|
pub fn main() {
|
|
|
|
}
|