Sign in
rust
/
rust
/
832388aae7d459beb682898bd44f99f61ba55fae
/
.
/
tests
/
rustdoc-ui
/
show-coverage-json-emit-html-non-static.rs
blob: b0f67a3b4195e4d64e52502054820861c385c76e [
file
]
//@ compile-flags: -Z unstable-options --show-coverage --output-format=json --emit=html-non-static-files
//@ check-fail
//~? ERROR the `--emit=html-non-static-files` flag is not supported with `--output-format=json`
pub
struct
Foo
;