mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-16 08:53:35 +00:00
![Miguel Ojeda](/assets/img/avatar_default.png)
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() {}
|