-
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
Delegation: support generics in associated delegation items #126161
Conversation
HIR ty lowering was modified cc @fmease |
I think the support for inherent impls can be added to this PR as well. |
db39028
to
12fe21b
Compare
This comment has been minimized.
This comment has been minimized.
This comment was marked as resolved.
This comment was marked as resolved.
12fe21b
to
ca44fb0
Compare
@rustbot ready |
compiler/rustc_trait_selection/src/error_reporting/infer/need_type_info.rs
Show resolved
Hide resolved
591d865
to
beb7490
Compare
@rustbot ready |
@bors retry |
…etrochenkov Delegation: support generics in associated delegation items This is a continuation of rust-lang#125929. [design](https://github.com/Bryanskiy/posts/blob/master/delegation%20in%20generic%20contexts.md) Generic parameters inheritance was implemented in all contexts. Generic arguments are not yet supported. r? `@petrochenkov`
The job Click to see the possible cause of the failure (guessed by this bot)
|
💔 Test failed - checks-actions |
@bors retry |
…etrochenkov Delegation: support generics in associated delegation items This is a continuation of rust-lang#125929. [design](https://github.com/Bryanskiy/posts/blob/master/delegation%20in%20generic%20contexts.md) Generic parameters inheritance was implemented in all contexts. Generic arguments are not yet supported. r? `@petrochenkov`
💔 Test failed - checks-actions |
"failed to remove file" again. |
☀️ Test successful - checks-actions |
Finished benchmarking commit (ec867f0): 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 (secondary 1.3%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResults (primary 2.2%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 757.755s -> 754.174s (-0.47%) |
This is a continuation of #125929.
design
Generic parameters inheritance was implemented in all contexts. Generic arguments are not yet supported.
r? @petrochenkov