x test tidy --bless incorrectly duplicates a part of where
#107610
Labels
C-bug
Category: This is a bug.
E-needs-mcve
Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example
const
generic parameter tolibrary/alloc
and usingmacro_rules!
for default values of thoseconst
generic params and also in newwhere
bounds. Daring, of course.library/alloc
builds well:RUST_BACKTRACE=full x build --stage 0 library/alloc
. (Some (default) implementations are incorrect and they make 3rd party crates not build (whenRUST_BACKTRACE=full x build --stage 0
). It's work in progress. But that shouldn't affect the issue being reported here.)x test tidy --bless
git diff
shows this incorrect change:RUST_BACKTRACE=full x build --stage 0 library/alloc
fails. The above code (beforetidy
) is at https://github.com/coop-rs/rust/blob/17d14cca54391bc87b014976add4fb3ff59ef685/library/alloc/src/vec/mod.rs#L1878.x test tidy --bless
frequently. If I notice anything related, I'll update you.master
. However, I don't know if it's caused by anything new inmaster
, or it only showed up by some constellation of my code, or a combination of both... My previous rebase onmaster
was max. 30 hours earlier (but I don't have the previous commits, because Igit push --force
since I'm the only developer on this for now).The text was updated successfully, but these errors were encountered: