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

Commit

Permalink
ices/73252.rs: fixed with errors
Browse files Browse the repository at this point in the history
=== stdout ===
=== stderr ===
error[E0277]: the trait bound `(): Foo` is not satisfied
 --> /home/runner/work/glacier/glacier/ices/73252.rs:6:5
  |
6 |     pub fn lint_me() -> <() as Foo>::Assoc;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Foo` is not implemented for `()`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0277`.
==============
  • Loading branch information
rustbot committed Jul 23, 2020
1 parent 3c602de commit eb10bf9
Showing 1 changed file with 0 additions and 0 deletions.
File renamed without changes.

0 comments on commit eb10bf9

Please sign in to comment.