Sign in
rust
/
rust-lang
/
rust
/
refs/heads/beta
/
.
/
tests
/
rustdoc-ui
/
show-coverage-json-emit-html-non-static.rs
blob: b0f67a3b4195e4d64e52502054820861c385c76e [
file
] [
edit
]
//@ 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
;