-
Notifications
You must be signed in to change notification settings - Fork 13.3k
dst-dtor-2 is failing on the bsd snapshot bot #16826
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
Labels
A-DSTs
Area: Dynamically-sized types (DSTs)
Comments
Do we have history from the build bots? When did it start failing? Presumably it was passing when it landed, or might it have landed broken somehow? |
Using the nightly, on linux:
|
nrc
added a commit
to nrc/rust
that referenced
this issue
Aug 29, 2014
Thanks to @eddyb for finding the bug. Closes rust-lang#16826 (I hope)
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Mar 17, 2024
fix: incorrect handling of `use` and panic issue in `extract_module`. fix rust-lang#16826 This PR includes the following changes: 1. Simplify the implementation partially, removing many unnecessary loops and `clone()`. 2. When it is found that the top level of the selection contains a `use` statement, a copy of the `use` will be reinserted before extraction. (rust-lang#16826) 3. Fixed an issue during `extract_module`, where if the top level of the selected part contains `A` and `use A::B`, it caused a duplication of `use A`.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cc @nick29581, this happened twice in a row, so perhaps there's an actual bug?
The full log is here: http://buildbot.rust-lang.org/builders/snap3-bsd/builds/19/steps/test/logs/stdio, the excerpt is:
Currently this is blocking a new snapshot :(
The text was updated successfully, but these errors were encountered: