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

ices/65159.rs: fixed with errors #175

Merged
merged 1 commit into from
Oct 17, 2019
Merged

ices/65159.rs: fixed with errors #175

merged 1 commit into from
Oct 17, 2019

Commits on Oct 17, 2019

  1. ices/65159.rs: fixed with errors

    === stdout ===
    === stderr ===
    error[E0670]: `async fn` is not permitted in the 2015 edition
     --> /home/runner/work/glacier/glacier/ices/65159.rs:1:1
      |
    1 | async fn copy() -> Result<()>
      | ^^^^^
    
    error[E0107]: wrong number of type arguments: expected 2, found 1
     --> /home/runner/work/glacier/glacier/ices/65159.rs:1:20
      |
    1 | async fn copy() -> Result<()>
      |                    ^^^^^^^^^^ expected 2 type arguments
    
    error: aborting due to 2 previous errors
    
    Some errors have detailed explanations: E0107, E0670.
    For more information about an error, try `rustc --explain E0107`.
    ==============
    rustbot committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    0d05464 View commit details
    Browse the repository at this point in the history