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: only lifetime parameters can be used in this context
--> /home/runner/work/glacier/glacier/ices/97836.rs:1:18
|
1 | fn a() where for<T> T: Copy { }
| ^
error[E0601]: `main` function not found in crate `97836`
--> /home/runner/work/glacier/glacier/ices/97836.rs:1:32
|
1 | fn a() where for<T> T: Copy { }
| ^ consider adding a `main` function to `/home/runner/work/glacier/glacier/ices/97836.rs`
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0601`.
==============
0 commit comments