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

ices/65561.rs: fixed with errors #194

Merged
merged 1 commit into from
Oct 28, 2019
Merged

ices/65561.rs: fixed with errors #194

merged 1 commit into from
Oct 28, 2019

Conversation

github-actions[bot]
Copy link
Contributor

Issue: rust-lang/rust#65561

=== stdout ===
=== stderr ===
error[E0720]: opaque type expands to a recursive type
 --> /home/runner/work/glacier/glacier/ices/65561.rs:5:14
  |
5 | fn test() -> impl TraitA {
  |              ^^^^^^^^^^^ 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`.
==============

=== stdout ===
=== stderr ===
error[E0720]: opaque type expands to a recursive type
 --> /home/runner/work/glacier/glacier/ices/65561.rs:5:14
  |
5 | fn test() -> impl TraitA {
  |              ^^^^^^^^^^^ 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`.
==============
@Alexendoo Alexendoo merged commit 1d172f1 into master Oct 28, 2019
@Alexendoo Alexendoo deleted the autofix/ices/65561.rs branch October 28, 2019 13:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants