aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/debug-diagnostics-off.rs
blob: 77b82b35e62561d64cd0f61adf9f53ba77999bab (plain)
1
2
3
4
5
6
7
// { dg-additional-options "-fno-rust-debug" }

// Make sure we don't see any 'note's:
// { dg-bogus {note: } "" { target *-*-* } 0 }

fn main() {
}