-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Rollup of 3 pull requests #123846
Rollup of 3 pull requests #123846
Conversation
Adding additional `From` implementations that fit `f32::from(<unaffixed float>)` broke inference. Remove these for now. Fixes: <rust-lang#123824>
correct "implemts" to "implements"
…ubby789 Remove unused cargo-platform dependency from tidy Noticed in rust-lang#123788 (comment)
…ix, r=Nilstrieb Remove `From` impls for unstable types that break inference Adding additional `From` implementations that fit `f32::from(<unaffixed float>)` broke inference. Remove these for now. I added a test to make sure this doesn't quietly change in the future, even though the behavior is not technically guaranteed rust-lang#123824 (comment) Fixes: <rust-lang#123824>
fix typo in pin.rs correct "implemts" to "implements".
@bors r+ rollup=never p=3 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: 7bdae134cb In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (bd71213): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 677.095s -> 675.519s (-0.23%) |
Successful merges:
From
impls for unstable types that break inference #123830 (RemoveFrom
impls for unstable types that break inference)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup