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

ices/79768.rs: fixed with errors #645

Merged
merged 1 commit into from
Feb 6, 2021
Merged

Commits on Feb 6, 2021

  1. ices/79768.rs: fixed with errors

    === stdout ===
    === stderr ===
    warning: the feature `generic_associated_types` is incomplete and may not be safe to use and/or cause compiler crashes
     --> /home/runner/work/glacier/glacier/ices/79768.rs:1:12
      |
    1 | #![feature(generic_associated_types)]
      |            ^^^^^^^^^^^^^^^^^^^^^^^^
      |
      = note: `#[warn(incomplete_features)]` on by default
      = note: see issue #44265 <rust-lang/rust#44265> for more information
    
    error[E0107]: missing generics for associated type `Monad::Plug`
      --> /home/runner/work/glacier/glacier/ices/79768.rs:10:10
       |
    10 |     type Plug<B>: Monad;
       |          ^^^^ expected 1 type argument
       |
    note: associated type defined here, with 1 type parameter: `B`
      --> /home/runner/work/glacier/glacier/ices/79768.rs:10:10
       |
    10 |     type Plug<B>: Monad;
       |          ^^^^ -
    help: use angle brackets to add missing type argument
       |
    10 |     type Plug<B><B>: Monad;
       |              ^^^
    
    error: aborting due to previous error; 1 warning emitted
    
    For more information about this error, try `rustc --explain E0107`.
    ==============
    rustbot committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    df2bb00 View commit details
    Browse the repository at this point in the history