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

Commit

Permalink
ices/71176.rs: fixed with errors
Browse files Browse the repository at this point in the history
=== stdout ===
=== stderr ===
error[E0107]: missing generics for associated type `Provider::A`
 --> /home/runner/work/glacier/glacier/ices/71176.rs:5:10
  |
5 |     type A<'a>;
  |          ^ expected 1 lifetime argument
  |
note: associated type defined here, with 1 lifetime parameter: `'a`
 --> /home/runner/work/glacier/glacier/ices/71176.rs:5:10
  |
5 |     type A<'a>;
  |          ^ --
help: use angle brackets to add missing lifetime argument
  |
5 |     type A<'a><'a>;
  |           ^^^^

error: aborting due to previous error

For more information about this error, try `rustc --explain E0107`.
==============
  • Loading branch information
rustbot committed Feb 6, 2021
1 parent 12bb105 commit 6003259
Showing 1 changed file with 0 additions and 0 deletions.
File renamed without changes.

0 comments on commit 6003259

Please sign in to comment.