-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix #96847 #100307
Fix #96847 #100307
Conversation
To get around the "following path contains more than 968 entries, you should move the test to some relevant subdirectory" tidy error.
The fix is simple, but I admit I don't understand why it's needed. This attribute gets lowered twice, with the second time now being a no-op. If I remove the loop the double lowering goes away. |
I think that the double lowering happens in |
@bors r+ |
📌 Commit 6503bbd2eb89d3b35af13a2274e62dec4743c9fb has been approved by It is now in the queue for this repository. |
I changed the commit message on the second commit to reflect the change. @bors r=cjgillot |
@bors rollup=always |
…iaskrgr Rollup of 13 pull requests Successful merges: - rust-lang#93896 (rustdoc: make item-infos dimmer on dark theme) - rust-lang#99337 (rustdoc: simplify highlight.rs) - rust-lang#99421 (add crt-static for android) - rust-lang#99500 (Fix flags when using clang as linker for Fuchsia) - rust-lang#99511 (make raw_eq precondition more restrictive) - rust-lang#99992 (Add `x.sh` and `x.ps1` shell scripts) - rust-lang#100112 (Fix test: chunks_mut_are_send_and_sync) - rust-lang#100203 (provide correct size hint for unsupported platform `CommandArgs`) - rust-lang#100307 (Fix rust-lang#96847) - rust-lang#100350 (Stringify non-shorthand visibility correctly) - rust-lang#100374 (Improve crate selection on rustdoc search results page) - rust-lang#100392 (Simplify visitors) - rust-lang#100418 (Add stability attributes to BacktraceStatus variants) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Nominating for beta backport. It's an obscure bug unlikely to be hit by human-written code (the bug was found by a fuzzer) but the fix is simple enough that it might be worth getting it out 6 weeks earlier. |
Discussed at T-compiler meeting. Declining to backport; the scope of this problem, from brief investigation, |
r? @petrochenkov