mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
77eea39d45
These options don't behave reasonably when combined right now, and there are no tests and no docs for how they should. For the short term, make this a fatal error. If we decide to assign this some semantics, then we can do that at any time.
6 lines
171 B
Rust
6 lines
171 B
Rust
//@ compile-flags:--test --emit=dep-info -Z unstable-options
|
|
//@ check-fail
|
|
//~? ERROR the `--test` flag and the `--emit` flag
|
|
|
|
//! This example intentionally left blank.
|