summaryrefslogtreecommitdiffstats
path: root/tests/ui/lint/future-incompat-json-test.rs
blob: 6ccd670294c603ac34ddb109c5a8aa071f3cf9c7 (plain)
1
2
3
4
5
6
7
8
9
10
// compile-flags: -Zfuture-incompat-test --json=future-incompat --error-format=json
// check-pass

// The `-Zfuture-incompat-test flag causes any normal warning to be included
// in the future-incompatible report. The stderr output here should mention
// the future incompatible report (as extracted by compiletest).

fn main() {
    let x = 1;
}