add test that all incomplete features emit a warning#153706
add test that all incomplete features emit a warning#153706cyrgani wants to merge 1 commit intorust-lang:mainfrom
Conversation
|
r? @fmease rustbot has assigned @fmease. Use Why was this reviewer chosen?The reviewer was selected based on:
|
There was a problem hiding this comment.
It's a bit unfortunate how we have to basically duplicate the stderr file just because two features are incompatible with each other.
I could see myself considering having a separate file for each feature in a separate directory, similar to our mandatory feature gate error tests..
Would you be down to experiment with a new tidy check in this PR? The design+impl of such a check could inform us which approach is most feasible. cc Zulip comment of mine.
|
However note my Zulip comments I just posted below in which I entirely question the idea of testing the incompleteness of every single relevant feature. |
Related to rust-lang/compiler-team#974, this PR adds a new test to specifically check that all incomplete features trigger the
incomplete_featureslint.