report the varargs_without_pattern lint in deps#154599
report the varargs_without_pattern lint in deps#154599folkertdev wants to merge 1 commit intorust-lang:mainfrom
varargs_without_pattern lint in deps#154599Conversation
This comment has been minimized.
This comment has been minimized.
1ed0d34 to
b54ad89
Compare
This comment has been minimized.
This comment has been minimized.
b54ad89 to
5cdad1e
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
5cdad1e to
fbe90e6
Compare
|
When we move FCWs to warn in deps, we typically change them to deny-by-default as well. Could you please make that change too? |
|
@rfcbot merge lang |
|
Team member @joshtriplett 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. |
|
@rfcbot reviewed (Inclusive of changing this to deny-by-default.) |
|
🔔 This is now entering its final comment period, as per the review above. 🔔 |
fbe90e6 to
923279e
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 has been minimized.
This comment has been minimized.
|
I'm confused by that failure, there are 3 failing tests which is weird given the diff Also locally the doc tests (which I believe is what these are) work fine when I run |
You need The problem is a bit complicated. What happens is that rustdoc combines doctests into a single crate. When it fails to build that crate, it then falls back to the "unmerged" mode. With The example needs to be marked with |
923279e to
e2d01c6
Compare
|
Thanks, that's very helpful. With that change |
|
Unfortunately stage1 is tested in CI (see here). You can probably add something like this to make it fail on both: add that towards the top of the example. |
tracking issue: #44930
After discussion in rust-lang/reference#2177 (comment).
Based on #143619 (comment) there was only one actual impacted crate https://crates.io/crates/binrw. The issue was fixed in jam1garner/binrw#342, and has since been released jam1garner/binrw#342 (comment).
Hence we may as well report this loudly.
r? @ghost