mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 21:47:15 +03:00
8 lines
444 B
Rust
8 lines
444 B
Rust
//@ revisions: html_static html_non_static
|
|
//@ compile-flags: -Zunstable-options --output-format json
|
|
//@[html_static] compile-flags: --emit html-static-files
|
|
//@[html_non_static] compile-flags: --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`
|