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

Commit

Permalink
ices/80779.rs: fixed with errors (#672)
Browse files Browse the repository at this point in the history
=== 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`.
==============

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

0 comments on commit a84cca4

Please sign in to comment.