2024-02-16 14:02:50 -06:00
|
|
|
//@ compile-flags: -Zfuture-incompat-test --json=future-incompat --error-format=json
|
|
|
|
//@ check-pass
|
2023-09-12 13:31:59 -05:00
|
|
|
|
|
|
|
// 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;
|
|
|
|
}
|