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
This is caused by well-formedness checking trying to normalize types in the function signature while computing the implied bounds. draft fix in rust-lang/rust#124598
https://github.com/gimli-rs/addr2line/blob/ade443f2ba6ce26a5dfddde1210f41aa46d96b92/src/lib.rs#L355-L363
results in the following error when building with the new solver
This is blocking bootstrap. I have not yet looked into the underlying reasons for the ambiguity.
The text was updated successfully, but these errors were encountered: