Skip to content
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

borrowck doesnt convert lifetime params to vars in generic_const_exprs #111434

Closed
BoxyUwU opened this issue May 10, 2023 · 5 comments
Closed

borrowck doesnt convert lifetime params to vars in generic_const_exprs #111434

BoxyUwU opened this issue May 10, 2023 · 5 comments
Labels
A-const-generics Area: const generics (parameters and arguments) C-bug Category: This is a bug. F-generic_const_exprs `#![feature(generic_const_exprs)]` I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Comments

@BoxyUwU
Copy link
Member

BoxyUwU commented May 10, 2023

See bottom of description of #111215. const-arg-in-const-arg.rs, in-closure.rs, and simple.rs were revealed to be broken in that PR and need to be fixed (and test readded for const-arg-in-const-arg).

@BoxyUwU BoxyUwU added I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. C-bug Category: This is a bug. A-const-generics Area: const generics (parameters and arguments) F-generic_const_exprs `#![feature(generic_const_exprs)]` labels May 10, 2023
@matthiaskrgr

This comment was marked as off-topic.

@BoxyUwU

This comment was marked as off-topic.

@BoxyUwU

This comment was marked as off-topic.

@BoxyUwU BoxyUwU reopened this May 10, 2023
@Noratrieb

This comment was marked as off-topic.

@BoxyUwU

This comment was marked as off-topic.

@BoxyUwU BoxyUwU closed this as completed May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-const-generics Area: const generics (parameters and arguments) C-bug Category: This is a bug. F-generic_const_exprs `#![feature(generic_const_exprs)]` I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

3 participants