deny-by-default & report in deps uninhabited_static#152853
deny-by-default & report in deps uninhabited_static#152853rust-bors[bot] merged 1 commit intorust-lang:mainfrom
uninhabited_static#152853Conversation
|
r? @chenyukang rustbot has assigned @chenyukang. Use Why was this reviewer chosen?The reviewer was selected based on:
|
This comment has been minimized.
This comment has been minimized.
b5caed3 to
8bf6c59
Compare
|
@bors r=chenyukang |
|
seems need the decision from language team. |
|
Since it's still just a lint, I'd be fine to accept this under meeting consensus. (Hopefully we'll discuss it today.) |
|
We talked about this in the meeting today. Makes sense. Let's propose to do it. @rfcbot fcp merge lang |
|
Team member @traviscross has proposed to merge this. The next step is review by the rest of the tagged team members: No concerns currently listed. Once a majority of reviewers approve (and at most 2 approvals are outstanding), this will enter its final comment period. If you spot a major issue that hasn't been raised at any point in this process, please speak up! cc @rust-lang/lang-advisors: FCP proposed for lang, please feel free to register concerns. |
|
🔔 This is now entering its final comment period, as per the review above. 🔔 |
This comment has been minimized.
This comment has been minimized.
4c83028 to
008fda0
Compare
|
This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
|
@rustbot reroll |
There was a problem hiding this comment.
Thanks. Need to fix a --stage=2 doctest bootstrap/not-bootstrap gating, then r=me and chenyukang.
@rustbot author
008fda0 to
9b1f20d
Compare
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
|
@bors r=jieyouxu,chenyukang |
Rollup merge of #152853 - WaffleLapkin:deny_uninhabited_static, r=jieyouxu,chenyukang deny-by-default & report in deps `uninhabited_static` The lint was introduced as a FCW in #78324 and landed in rust 1.49.0 (5 years ago); see also #74840. Per the discussion in #149518 (comment). cc @fmease @scottmcm @traviscross
Rollup of 4 pull requests Successful merges: - rust-lang/rust#152853 (deny-by-default & report in deps `uninhabited_static`) - rust-lang/rust#153615 (fixed generics of crate node ICE) - rust-lang/rust#154744 (Remove `Clone` impl for `StableHashingContext`.) - rust-lang/rust#154841 (add regression test for Redundant memory strores with mut parameters …)
View all comments
The lint was introduced as a FCW in #78324 and landed in rust 1.49.0 (5 years ago); see also #74840.
Per the discussion in #149518 (comment).
cc @fmease @scottmcm @traviscross