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

ices/68648.rs: fixed with errors #634

Merged
merged 1 commit into from
Feb 6, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
ices/68648.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/68648.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 `Fun::F`
 --> /home/runner/work/glacier/glacier/ices/68648.rs:4:10
  |
4 |     type F<'a>;
  |          ^ expected 1 lifetime argument
  |
note: associated type defined here, with 1 lifetime parameter: `'a`
 --> /home/runner/work/glacier/glacier/ices/68648.rs:4:10
  |
4 |     type F<'a>;
  |          ^ --
help: use angle brackets to add missing lifetime argument
  |
4 |     type F<'a><'a>;
  |           ^^^^

error: aborting due to previous error; 1 warning emitted

For more information about this error, try `rustc --explain E0107`.
==============
  • Loading branch information
rustbot committed Feb 6, 2021
commit 915f5050474b50adb7e734fbaf8c41db42e80894
File renamed without changes.