-
Notifications
You must be signed in to change notification settings - Fork 13.3k
ICE: no entry found for key
, expr.rs
#119489
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Regression in nightly-2023-02-18 commit[0] 2023-02-16: Auto merge of #108127 - matthiaskrgr:rollup-kpzfc6j, r=matthiaskrgr |
Ah, the recent PR #119042 could've fixed this if it had denied defaults on higher-ranked const parameters, too. Edit: Oh, that wouldn't fully address this issue... |
We're not even rejecting |
…ompiler-errors Deny defaults for higher-ranked generic parameters Fixes rust-lang#119489 (incl. rust-lang#119489 (comment)). Partially reverts rust-lang#119042. cc `@bvanjoi` r? `@compiler-errors` or compiler
…ompiler-errors Deny defaults for higher-ranked generic parameters Fixes rust-lang#119489 (incl. rust-lang#119489 (comment)). Partially reverts rust-lang#119042. cc ``@bvanjoi`` r? ``@compiler-errors`` or compiler
…ompiler-errors Deny defaults for higher-ranked generic parameters Fixes rust-lang#119489 (incl. rust-lang#119489 (comment)). Partially reverts rust-lang#119042. cc ```@bvanjoi``` r? ```@compiler-errors``` or compiler
Rollup merge of rust-lang#119494 - fmease:deny-hr-param-defaults, r=compiler-errors Deny defaults for higher-ranked generic parameters Fixes rust-lang#119489 (incl. rust-lang#119489 (comment)). Partially reverts rust-lang#119042. cc ```@bvanjoi``` r? ```@compiler-errors``` or compiler
auto-reduced (treereduce-rust):
original:
Version information
Command:
/home/matthias/.rustup/toolchains/master/bin/rustc --crate-type=lib -Zcrate-attr=feature(generic_const_exprs) -Zcrate-attr=feature(non_lifetime_binders)
Program output
The text was updated successfully, but these errors were encountered: