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

ices/53092.rs: fixed with errors #184

Merged
merged 1 commit into from
Oct 24, 2019
Merged

ices/53092.rs: fixed with errors #184

merged 1 commit into from
Oct 24, 2019

Conversation

github-actions[bot]
Copy link
Contributor

Issue: rust-lang/rust#53092

=== stdout ===
=== stderr ===
error[E0740]: unions may not contain fields that need dropping
 --> /home/runner/work/glacier/glacier/ices/53092.rs:8:9
  |
8 |         t: TT,
  |         ^^^^^
  |
note: `std::mem::ManuallyDrop` can be used to wrap the type
 --> /home/runner/work/glacier/glacier/ices/53092.rs:8:9
  |
8 |         t: TT,
  |         ^^^^^

error: aborting due to previous error

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

=== stdout ===
=== stderr ===
error[E0740]: unions may not contain fields that need dropping
 --> /home/runner/work/glacier/glacier/ices/53092.rs:8:9
  |
8 |         t: TT,
  |         ^^^^^
  |
note: `std::mem::ManuallyDrop` can be used to wrap the type
 --> /home/runner/work/glacier/glacier/ices/53092.rs:8:9
  |
8 |         t: TT,
  |         ^^^^^

error: aborting due to previous error

For more information about this error, try `rustc --explain E0740`.
==============
Copy link
Member

@JohnTitor JohnTitor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The original issue hasn't been closed but it seems the ICE has gone.

@JohnTitor JohnTitor merged commit f0d851a into master Oct 24, 2019
@JohnTitor JohnTitor deleted the autofix/ices/53092.rs branch October 24, 2019 12:17
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