Sign in
android
/
toolchain
/
rustc
/
ff3f07ae99a30006dd85b9d73084edd9355c9db6
/
.
/
src
/
test
/
ui
/
conditional-compilation
/
cfg-empty-codemap.rs
blob: 9e34cacf74d2a0858c00e04fa285f220e89edc92 [
file
]
// 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
()
{
}