mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-26 13:01:27 +03:00
6 lines
233 B
Rust
6 lines
233 B
Rust
//@ 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;
|