Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
ices/69130.rs: fixed with errors
Browse files Browse the repository at this point in the history
=== 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`.
==============
  • Loading branch information
rustbot committed Apr 14, 2020
1 parent d84f478 commit 31568a7
Showing 1 changed file with 0 additions and 0 deletions.
File renamed without changes.

0 comments on commit 31568a7

Please sign in to comment.