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

ices/69130.rs: fixed with errors #328

Merged
merged 1 commit into from
Apr 14, 2020
Merged

ices/69130.rs: fixed with errors #328

merged 1 commit into from
Apr 14, 2020

Conversation

github-actions[bot]
Copy link
Contributor

Issue: rust-lang/rust#69130

enum F {
    M (§& u8)
}

fn main() {}
=== 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`.
==============

=== 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`.
==============
@Alexendoo Alexendoo merged commit dbcb062 into master Apr 14, 2020
@Alexendoo Alexendoo deleted the autofix/ices/69130.rs branch April 14, 2020 12:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants