rustc fails to resolve trait implementation #84548
Labels
A-inference
Area: Type inference
C-bug
Category: This is a bug.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
I tried this code:
I expected to see this happen:
Compile successfully.
Instead, this happened:
Wrote
<GlobalA as A<usize>>::a()
as a workaround.Meta
rustc --version --verbose
:Backtrace
The text was updated successfully, but these errors were encountered: