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: unknown start of token: \u{fffd}
--> /home/runner/work/glacier/glacier/ices/94432.rs:1:3
|
1 | fn�a<e>(){fn�p(){e}}
| ^
error: unknown start of token: \u{fffd}
--> /home/runner/work/glacier/glacier/ices/94432.rs:1:13
|
1 | fn�a<e>(){fn�p(){e}}
| ^
error[E0401]: can't use generic parameters from outer function
--> /home/runner/work/glacier/glacier/ices/94432.rs:1:18
|
1 | fn�a<e>(){fn�p(){e}}
| - ^ use of generic parameter from outer function
| |
| type parameter from outer function
|
= help: try using a local generic parameter instead
warning: type parameter `e` should have an upper camel case name
--> /home/runner/work/glacier/glacier/ices/94432.rs:1:6
|
1 | fn�a<e>(){fn�p(){e}}
| ^ help: convert the identifier to upper camel case: `E`
|
= note: `#[warn(non_camel_case_types)]` on by default
error[E0601]: `main` function not found in crate `94432`
--> /home/runner/work/glacier/glacier/ices/94432.rs:1:21
|
1 | fn�a<e>(){fn�p(){e}}
| ^ consider adding a `main` function to `/home/runner/work/glacier/glacier/ices/94432.rs`
error: aborting due to 4 previous errors; 1 warning emitted
Some errors have detailed explanations: E0401, E0601.
For more information about an error, try `rustc --explain E0401`.
==============
0 commit comments