mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 23:34:48 +00:00
18 lines
411 B
Rust
18 lines
411 B
Rust
//@ needs-profiler-support
|
|
//@ revisions: block branch bad
|
|
//@ compile-flags -Cinstrument-coverage
|
|
|
|
//@ [block] check-pass
|
|
//@ [block] compile-flags: -Zcoverage-options=block
|
|
|
|
//@ [branch] check-pass
|
|
//@ [branch] compile-flags: -Zcoverage-options=branch
|
|
|
|
//@ [mcdc] check-pass
|
|
//@ [mcdc] compile-flags: -Zcoverage-options=mcdc
|
|
|
|
//@ [bad] check-fail
|
|
//@ [bad] compile-flags: -Zcoverage-options=bad
|
|
|
|
fn main() {}
|