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

Commit a84cca4

Browse files
ices/80779.rs: fixed with errors (#672)
=== 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 <[email protected]>
1 parent 85235fd commit a84cca4

File tree

1 file changed

+0
-0
lines changed

1 file changed

+0
-0
lines changed
File renamed without changes.

0 commit comments

Comments
 (0)