-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Support references to outer type params for assoc consts #33572
Conversation
const BOTTOM: Self; | ||
} | ||
|
||
impl<T: 'static> Lattice for Option<T> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe open an issue and add a FIXME here? We should support this.
r=me with the FIXME added |
@bors r=eddyb |
📌 Commit d3218fa has been approved by |
Nominated for beta because we might want to use this at stage0. |
Support references to outer type params for assoc consts Fixes rust-lang#28809 r? @eddyb
Support references to outer type params for assoc consts Fixes rust-lang#28809 r? @eddyb
I ended up never using the features so there’s no need to backport to beta anymore. |
Support references to outer type params for assoc consts Fixes rust-lang#28809 r? @eddyb
Fixes #28809
r? @eddyb