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/gh/BsoftLimited.text_example_rs/log.txt
trait Mirror { type Assoc: ?Sized; } impl<T: ?Sized> Mirror for T { type Assoc = T; } struct W<'a>(&'a <[f32; 0] as Mirror>::Assoc); fn foo(x: W<'_>) -> *const f32 { x.0 as *const f32 } fn main() {}
The text was updated successfully, but these errors were encountered:
check_ref_cast
Rollup merge of rust-lang#140713 - compiler-errors:check_ref_cast, r=…
3d8ef7a
…lcnr Structurally resolve in `check_ref_cast` in new solver Fixes rust-lang/trait-system-refactor-initiative#203 r? lcnr
Unrolled build for rust-lang#140713
2323872
Rollup merge of rust-lang#140713 - compiler-errors:check_ref_cast, r=lcnr Structurally resolve in `check_ref_cast` in new solver Fixes rust-lang/trait-system-refactor-initiative#203 r? lcnr
fixed by rust-lang/rust#140713
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/gh/BsoftLimited.text_example_rs/log.txt
The text was updated successfully, but these errors were encountered: