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

Commit

Permalink
ices/80767.rs: fixed with errors (#630)
Browse files Browse the repository at this point in the history
=== stdout ===
=== stderr ===
error[E0277]: the trait bound `(O, &[u8]): Copy` is not satisfied
 --> /home/runner/work/glacier/glacier/ices/80767.rs:9:17
  |
9 |     let _g: G = [(O::O1, &[]); 64];
  |                 ^^^^^^^^^^^^^^^^^^ the trait `Copy` is not implemented for `(O, &[u8])`
  |
  = note: the `Copy` trait is required because the repeated element will be copied

error[E0381]: use of possibly-uninitialized variable: `p`
  --> /home/runner/work/glacier/glacier/ices/80767.rs:10:7
   |
10 |     f(p);
   |       ^ use of possibly-uninitialized `p`

error: aborting due to 2 previous errors

Some errors have detailed explanations: E0277, E0381.
For more information about an error, try `rustc --explain E0277`.
==============

Co-authored-by: rustbot <rustbot@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and rustbot authored Feb 2, 2021
1 parent 0660811 commit 1ace922
Showing 1 changed file with 0 additions and 0 deletions.
File renamed without changes.

0 comments on commit 1ace922

Please sign in to comment.