2021-12-04 13:34:20 -06:00
|
|
|
// compile-flags: -Zfuture-incompat-test
|
2021-06-19 19:06:46 -05:00
|
|
|
// 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;
|
|
|
|
}
|