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

Commit

Permalink
ices/88643.rs: fixed with errors
Browse files Browse the repository at this point in the history
=== stdout ===
=== stderr ===
error[E0121]: the placeholder `_` is not allowed within types on item signatures for static items
  --> /home/runner/work/glacier/glacier/ices/88643.rs:13:64
   |
13 | static CALLBACKS: HashMap<*const dyn WidgetExt, dyn FnMut(&mut _) + 'static> = HashMap::new();
   |                                                                ^ not allowed in type signatures

error: aborting due to previous error

For more information about this error, try `rustc --explain E0121`.
==============
  • Loading branch information
rustbot committed Jun 15, 2022
1 parent ca02809 commit 58d2be5
Showing 1 changed file with 0 additions and 0 deletions.
File renamed without changes.

0 comments on commit 58d2be5

Please sign in to comment.