Sign in
fuchsia
/
third_party
/
rust
/
830bd8b6f4feb8665c8865beb20ffb424e8d8ee6
/
.
/
tests
/
ui
/
conditional-compilation
/
cfg-empty-codemap.rs
blob: d8fc02777595021af23c251a63c5a2e9a9a30294 [
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
()
{
}