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

Commit

Permalink
ices/75707.rs: fixed with errors
Browse files Browse the repository at this point in the history
=== stdout ===
=== stderr ===
error[E0277]: the trait bound `MyCall: Callback` is not satisfied
  --> /home/runner/work/glacier/glacier/ices/75707.rs:13:5
   |
7  | fn f<P:Processing+?Sized>() {
   |        ---------- required by this bound in `f`
...
13 |     f::<dyn Processing<Call=MyCall>>();
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Callback` is not implemented for `MyCall`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0277`.
==============
  • Loading branch information
rustbot committed Oct 7, 2020
1 parent 718f764 commit 99afa85
Showing 1 changed file with 0 additions and 0 deletions.
File renamed without changes.

0 comments on commit 99afa85

Please sign in to comment.