mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
82017d9f5c
add test that an incomplete feature emits a warning Related to https://github.com/rust-lang/compiler-team/issues/974, this PR adds a new test to specifically check that a dummy incomplete feature triggers the `incomplete_features` lint. (since this seemed to be the favored approach on Zulip) Alternative to https://github.com/rust-lang/rust/pull/153706. r? fmease