]> git.proxmox.com Git - rustc.git/blob - tests/ui/lint/future-incompat-json-test.rs
New upstream version 1.76.0+dfsg1
[rustc.git] / tests / ui / lint / future-incompat-json-test.rs
1 // compile-flags: -Zfuture-incompat-test --json=future-incompat --error-format=json
2 // check-pass
3
4 // The `-Zfuture-incompat-test flag causes any normal warning to be included
5 // in the future-incompatible report. The stderr output here should mention
6 // the future incompatible report (as extracted by compiletest).
7
8 fn main() {
9 let x = 1;
10 }