This repository was archived by the owner on May 23, 2024. It is now read-only.
Commit 31568a7
committed
ices/69130.rs: fixed with errors
=== stdout ===
=== stderr ===
error: unknown start of token: \u{a7}
--> /home/runner/work/glacier/glacier/ices/69130.rs:2:8
|
2 | M (§& u8)
| ^
error[E0106]: missing lifetime specifier
--> /home/runner/work/glacier/glacier/ices/69130.rs:2:9
|
2 | M (§& u8)
| ^ expected named lifetime parameter
|
help: consider introducing a named lifetime parameter
|
1 | enum F<'a> {
2 | M (§&'a u8)
|
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0106`.
==============1 parent d84f478 commit 31568a7
1 file changed
File renamed without changes.
0 commit comments