Files
rust/tests/ui/instrument-coverage/bad-value.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
310 B
Rust
Raw Normal View History

//@ revisions: blank bad
//@ [blank] compile-flags: -Cinstrument-coverage=
//@ [bad] compile-flags: -Cinstrument-coverage=bad-value
fn main() {}
//[blank]~? ERROR incorrect value `` for codegen option `instrument-coverage`
//[bad]~? ERROR incorrect value `bad-value` for codegen option `instrument-coverage`