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
mahad@linux:~/Desktop/mahad/gccrs-build$ rustc ../mahad-testsuite/E0229.rs
error[E0229]: associated type bindings are not allowed here
--> ../mahad-testsuite/E0229.rs:16:25
|
16 | fn baz<I>(x: &<I as Foo<A=Bar>>::A) {}
| ^^^^^ associated type not allowed here
error: aborting due to previous error
For more information about this error, try `rustc --explain E0229`.
Associated Type Binding - Internal Compile Error
Tested this code on E0229
Expected Output:
But this happened:
Which version of gccrs, I was using 8628813
The text was updated successfully, but these errors were encountered: