mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-24 08:33:30 +00:00
9 lines
204 B
Rust
9 lines
204 B
Rust
// Arguments provided via `filecheck-flags` should be passed to `filecheck`.
|
|
|
|
//@ revisions: good bad
|
|
//@ [good] filecheck-flags: --check-prefix=CUSTOM
|
|
//@ [bad] should-fail
|
|
|
|
// CUSTOM: main
|
|
fn main() {}
|