Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
conditional-compilation
/
cfg-empty-codemap.rs
blob: d8fc02777595021af23c251a63c5a2e9a9a30294 [
file
] [
log
] [
blame
] [
edit
]
// 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
()
{
}