You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The compiler has added an argument to the method ptr_metadata_ty to normalize the struct tail type when checking the Pointee trait. This is the change that added this option: rust-lang/rust@5a1c460
The compiler has added an argument to the method
ptr_metadata_ty
to normalize the struct tail type when checking the Pointee trait. This is the change that added this option: rust-lang/rust@5a1c460We haven't added the normalization on RMC yet. You can see potential issues here: rust-lang/rust#92128 and rust-lang/rust#92577.
We might be able to use similar logic to this code to get all the necessary information to do the normalization: https://github.com/rust-lang/rust/blob/673d0db5e393e9c64897005b470bfeb6d5aec61b/compiler/rustc_traits/src/normalize_projection_ty.rs
The text was updated successfully, but these errors were encountered: