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

Commit

Permalink
ices/67166.rs: fixed with errors (#286)
Browse files Browse the repository at this point in the history
=== stdout ===
=== stderr ===
warning: the feature `impl_trait_in_bindings` is incomplete and may cause the compiler to crash
 --> /home/runner/work/glacier/glacier/ices/67166.rs:1:12
  |
1 | #![feature(impl_trait_in_bindings)]
  |            ^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: `#[warn(incomplete_features)]` on by default

error[E0720]: opaque type expands to a recursive type
 --> /home/runner/work/glacier/glacier/ices/67166.rs:5:19
  |
5 |     let _foo: Box<impl Copy + '_> = Box::new(());
  |                   ^^^^^^^^^^^^^^ expands to a recursive type
  |
  = note: type resolves to itself

error: aborting due to previous error

For more information about this error, try `rustc --explain E0720`.
==============

Co-authored-by: rustbot <[email protected]>
  • Loading branch information
github-actions[bot] and rustbot authored Feb 16, 2020
1 parent 641703f commit a6d93c2
Showing 1 changed file with 0 additions and 0 deletions.
File renamed without changes.

0 comments on commit a6d93c2

Please sign in to comment.