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

Compiler errors with associated_type_bounds #71443

Closed
Plecra opened this issue Apr 22, 2020 · 1 comment · Fixed by #77741
Closed

Compiler errors with associated_type_bounds #71443

Plecra opened this issue Apr 22, 2020 · 1 comment · Fixed by #77741
Labels
C-bug Category: This is a bug. E-needs-test Call for participation: An issue has been fixed and does not reproduce, but no test has been added. F-associated_type_bounds `#![feature(associated_type_bounds)]` glacier ICE tracked in rust-lang/glacier. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ requires-nightly This issue requires a nightly compiler in some way. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Comments

@Plecra
Copy link

Plecra commented Apr 22, 2020

A couple minimal examples that cause the compiler to panic when using associated_type_bounds

https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=b710f545c85c97f070bb6a907d265da1
https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=c4f697b2946691a3173aae09399dcc3c

I gotta run, so I can't go into further depth right now. These should probably be split into separate tracking issues

@jonas-schievink jonas-schievink added C-bug Category: This is a bug. F-associated_type_bounds `#![feature(associated_type_bounds)]` I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ requires-nightly This issue requires a nightly compiler in some way. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Apr 22, 2020
@rust-lang-glacier-bot rust-lang-glacier-bot added the glacier ICE tracked in rust-lang/glacier. label May 10, 2020
@JohnTitor
Copy link
Member

Triage: Both examples are no longer ICE with the latest nightly, marking as E-needs-test.

@JohnTitor JohnTitor added the E-needs-test Call for participation: An issue has been fixed and does not reproduce, but no test has been added. label Oct 7, 2020
@bors bors closed this as completed in 5565241 Oct 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug. E-needs-test Call for participation: An issue has been fixed and does not reproduce, but no test has been added. F-associated_type_bounds `#![feature(associated_type_bounds)]` glacier ICE tracked in rust-lang/glacier. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ requires-nightly This issue requires a nightly compiler in some way. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants