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
{{ message }}
This repository was archived by the owner on May 23, 2024. It is now read-only.
=== stdout ===
=== stderr ===
error[E0401]: can't use generic parameters from outer function
--> /home/runner/work/glacier/glacier/ices/98432.rs:7:13
|
3 | impl<T> Struct<T> {
| - type parameter from outer function
...
7 | T:;
| ^ use of generic parameter from outer function
|
= help: try using a local generic parameter instead
error: aborting due to previous error
For more information about this error, try `rustc --explain E0401`.
==============
0 commit comments