mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 15:32:06 +00:00
35f03b763e
Nowadays there is an `invalid-compile-flags` folder, thus move this one there. Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
5 lines
68 B
Rust
5 lines
68 B
Rust
// build-fail
|
|
// compile-flags: -Cpasses=unknown-pass
|
|
|
|
fn main() {}
|