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

ices/73035.rs: fixed with errors #499

Merged
merged 1 commit into from
Oct 7, 2020
Merged

Commits on Oct 7, 2020

  1. ices/73035.rs: fixed with errors

    === stdout ===
    === stderr ===
    error[E0277]: the trait bound `T: Clone` is not satisfied
     --> /home/runner/work/glacier/glacier/ices/73035.rs:3:13
      |
    3 | type X<T> = impl Clone;
      |             ^^^^^^^^^^ the trait `Clone` is not implemented for `T`
      |
    help: consider restricting type parameter `T`
      |
    3 | type X<T: Clone> = impl Clone;
      |         ^^^^^^^
    
    error: aborting due to previous error
    
    For more information about this error, try `rustc --explain E0277`.
    ==============
    rustbot committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    22109f0 View commit details
    Browse the repository at this point in the history