We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://crater-reports.s3.amazonaws.com/pr-133502-11/try%2328f13ad7c79d80decb5a3d54595a8b4105f397a3/reg/enumoid-0.4.0/log.txt
minimal:
trait Foo { type Bar; } impl Foo for () { type Bar = i32; } fn main() { const X: <() as Foo>::Bar = 0; match 0 { X..=X => {} _ => {} } }
The text was updated successfully, but these errors were encountered:
Rollup merge of rust-lang#140707 - compiler-errors:range-pat-struct-n…
f7168af
…orm, r=lcnr Structurally normalize in range pattern checking in HIR typeck Fixes rust-lang/trait-system-refactor-initiative#200 r? lcnr
db6869b
Unrolled build for rust-lang#140707
2b30699
Rollup merge of rust-lang#140707 - compiler-errors:range-pat-struct-norm, r=lcnr Structurally normalize in range pattern checking in HIR typeck Fixes rust-lang/trait-system-refactor-initiative#200 r? lcnr
fixed by rust-lang/rust#140707
Sorry, something went wrong.
compiler-errors
Successfully merging a pull request may close this issue.
https://crater-reports.s3.amazonaws.com/pr-133502-11/try%2328f13ad7c79d80decb5a3d54595a8b4105f397a3/reg/enumoid-0.4.0/log.txt
minimal:
The text was updated successfully, but these errors were encountered: