mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-26 13:01:27 +03:00
9 lines
497 B
Rust
9 lines
497 B
Rust
//@ revisions: html_static html_non_static
|
|
//@ check-fail
|
|
//@[html_static] compile-flags: -Z unstable-options --output-format=json --emit=html-static-files
|
|
//@[html_non_static] compile-flags: -Z unstable-options --output-format=json --emit=html-non-static-files
|
|
//[html_static]~? ERROR the `--emit=html-static-files` flag is not supported with `--output-format=json`
|
|
//[html_non_static]~? ERROR the `--emit=html-non-static-files` flag is not supported with `--output-format=json`
|
|
|
|
pub struct Foo;
|