Sign in
rust
/
rust
/
08cd08fbef8c6663b052d8d9e4930d5696cbb8a7
/
.
/
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
;