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

Commit

Permalink
ices/112574.rs: fixed with errors
Browse files Browse the repository at this point in the history
=== stdout ===
=== stderr ===
error[E0412]: cannot find type `V` in this scope
 --> /home/runner/work/glacier/glacier/ices/112574.rs:7:4
  |
7 | }> V: IntoIterator
  |    ^ not found in this scope
  |
help: you might be missing a type parameter
  |
3 | pub fn bar<V>()
  |           +++

warning: the feature `non_lifetime_binders` is incomplete and may not be safe to use and/or cause compiler crashes
 --> /home/runner/work/glacier/glacier/ices/112574.rs:1:12
  |
1 | #![feature(non_lifetime_binders)]
  |            ^^^^^^^^^^^^^^^^^^^^
  |
  = note: see issue #108185 <rust-lang/rust#108185> for more information
  = note: `#[warn(incomplete_features)]` on by default

error: aborting due to previous error; 1 warning emitted

For more information about this error, try `rustc --explain E0412`.
==============
  • Loading branch information
rustbot committed Sep 26, 2023
1 parent 324d5a5 commit 31c59d1
Showing 1 changed file with 0 additions and 0 deletions.
File renamed without changes.

0 comments on commit 31c59d1

Please sign in to comment.