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

ices/83921.rs: fixed with errors #863

Merged
merged 1 commit into from
Jul 11, 2021
Merged

ices/83921.rs: fixed with errors #863

merged 1 commit into from
Jul 11, 2021

Conversation

github-actions[bot]
Copy link
Contributor

Issue: rust-lang/rust#83921

#![crate_type = "staticlib"]
#[repr(packed())]
struct Packed2NestedPair;
=== stdout ===
=== stderr ===
error[E0552]: incorrect `repr(packed)` attribute format: `packed` takes exactly one parenthesized argument, or no parentheses at all
 --> /home/runner/work/glacier/glacier/ices/83921.rs:2:8
  |
2 | #[repr(packed())]
  |        ^^^^^^^^

error: aborting due to previous error

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

=== stdout ===
=== stderr ===
error[E0552]: incorrect `repr(packed)` attribute format: `packed` takes exactly one parenthesized argument, or no parentheses at all
 --> /home/runner/work/glacier/glacier/ices/83921.rs:2:8
  |
2 | #[repr(packed())]
  |        ^^^^^^^^

error: aborting due to previous error

For more information about this error, try `rustc --explain E0552`.
==============
@JohnTitor JohnTitor merged commit d541618 into master Jul 11, 2021
@JohnTitor JohnTitor deleted the autofix/ices/83921.rs branch July 11, 2021 13:08
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