Uh oh!
There was an error while loading. Please reload this page.
Add From impls for wrapper types - #146013
Conversation
rustbot
commented
Aug 29, 2025
rustbot has assigned @Mark-Simulacrum. Use |
@rustbot label +needs-crater |
rustbot
commented
Aug 29, 2025
Error: Label needs-crater can only be set by Rust team members Please file an issue on GitHub at triagebot if there's a problem with this bot, or reach out on #triagebot on Zulip. |
This comment has been minimized.
This comment has been minimized.
tgross35
commented
Aug 30, 2025
@bors try |
This comment has been minimized.
This comment has been minimized.
Add `From` impls for wrapper types
tgross35
commented
Aug 30, 2025
@craterbot check |
craterbot
commented
Aug 30, 2025
👌 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
craterbot
commented
Sep 5, 2025
🚧 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
craterbot
commented
Sep 7, 2025
🎉 Experiment
Footnotes
|
I haven't been able to review all the regressions yet. But from the few I spot-checked: most are spurious (filesystem errors), but a few are not. All the real regressions I saw were due to the |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
craterbot
commented
Sep 7, 2025
👌 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
- `From<T> for ThinBox<T>` - `From<T> for UniqueRc<T>` - `From<T> for UniqueArc<T>` - `From<T: UnwindSafe> for AssertUnwindSafe<T>` - `From<T> for LazyCell<T, F>` - `From<T> for LazyLock<T, F>`
0ae1c5d to
c5c1d94Comparerustbot
commented
Mar 15, 2026
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. |
Jules-Bertholet
commented
Mar 15, 2026
@rustbot ready |
📋 This PR cannot be approved because it currently has the following label: |
Mark-Simulacrum
commented
Mar 16, 2026
@bors r+ |
This comment has been minimized.
This comment has been minimized.
Add `From` impls for wrapper types - ~`From<T: Copy> for ManuallyDrop<T>`~ - `From<T: UnwindSafe> for AssertUnwindSafe<T>` - `From<T> for LazyCell<T, F>` - `From<T> for LazyLock<T, F>` - `From<T> for ThinBox<T>` (unstable) - `From<T> for UniqueRc<T>` (unstable) - `From<T> for UniqueArc<T>` (unstable) @rustbot label T-libs-api needs-fcp Also needs a crater run, as the insta-stable impls are technically breaking changes.
…rk-Simulacrum Add `From` impls for wrapper types - ~`From<T: Copy> for ManuallyDrop<T>`~ - `From<T: UnwindSafe> for AssertUnwindSafe<T>` - `From<T> for LazyCell<T, F>` - `From<T> for LazyLock<T, F>` - `From<T> for ThinBox<T>` (unstable) - `From<T> for UniqueRc<T>` (unstable) - `From<T> for UniqueArc<T>` (unstable) @rustbot label T-libs-api needs-fcp Also needs a crater run, as the insta-stable impls are technically breaking changes.
jhpratt
commented
Mar 17, 2026
yielding to encompassing rollup @bors yield |
Auto build was cancelled. Cancelled workflows: The next pull request likely to be tested is #153977. |
Rollup of 5 pull requests Successful merges: - #146013 (Add `From` impls for wrapper types) - #153966 (suggest valid features when target feature is invalid) - #153372 (Fix LegacyKeyValueFormat report from docker build: x86_64-gnu) - #153738 (Don't look for non-type-level assoc consts when checking trait object types) - #153921 (Suppress self-referential associated type constraint suggestion)
This comment has been minimized.
This comment has been minimized.
Uh oh!
There was an error while loading. Please reload this page.
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing 3645249 (parent) -> 6bdc342 (this PR) Test differencesShow 126 test diffs126 doctest diffs were found. These are ignored, as they are noisy. Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard 6bdc342ddb05b520a1f741aabf002319b44d2475 --output-dir test-dashboardAnd then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
rust-timer
commented
Mar 17, 2026
Finished benchmarking commit (6bdc342): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results (primary 3.7%, secondary 0.0%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (secondary 0.0%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 482.068s -> 481.948s (-0.02%) |
View all comments
From<T: Copy> for ManuallyDrop<T>From<T: UnwindSafe> for AssertUnwindSafe<T>From<T> for LazyCell<T, F>From<T> for LazyLock<T, F>From<T> for ThinBox<T>(unstable)From<T> for UniqueRc<T>(unstable)From<T> for UniqueArc<T>(unstable)@rustbot label T-libs-api needs-fcp
Also needs a crater run, as the insta-stable impls are technically breaking changes.