summaryrefslogtreecommitdiffstats
path: root/tests/ui/instrument-coverage/unstable.rs
blob: c16bcd0bf6d13ada49b460175b8729559f96a640 (plain)
1
2
3
4
5
6
// revisions: branch except-unused-functions except-unused-generics
// [branch] compile-flags: -Cinstrument-coverage=branch
// [except-unused-functions] compile-flags: -Cinstrument-coverage=except-unused-functions
// [except-unused-generics] compile-flags: -Cinstrument-coverage=except-unused-generics

fn main() {}