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

ices/80779.rs: fixed with errors #672

Merged
merged 1 commit into from
Feb 28, 2021
Merged

ices/80779.rs: fixed with errors #672

merged 1 commit into from
Feb 28, 2021

Commits on Feb 28, 2021

  1. ices/80779.rs: fixed with errors

    === stdout ===
    === stderr ===
    error[E0121]: the type placeholder `_` is not allowed within types on item signatures
     --> /home/runner/work/glacier/glacier/ices/80779.rs:7:28
      |
    7 | pub fn g(_: T<'static>) -> _ {}
      |                            ^
      |                            |
      |                            not allowed in type signatures
      |                            help: replace with the correct return type: `()`
    
    error[E0121]: the type placeholder `_` is not allowed within types on item signatures
     --> /home/runner/work/glacier/glacier/ices/80779.rs:3:29
      |
    3 | pub fn f<'a>(val: T<'a>) -> _ {
      |                             ^
      |                             |
      |                             not allowed in type signatures
      |                             help: replace with the correct return type: `()`
    
    error: aborting due to 2 previous errors
    
    For more information about this error, try `rustc --explain E0121`.
    ==============
    rustbot committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    1e566a7 View commit details
    Browse the repository at this point in the history