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

ices/104368.rs: fixed with errors #1517

Merged
merged 1 commit into from
Mar 3, 2023
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Mar 2, 2023

Issue: rust-lang/rust#104368

struct S {
    d: [u32; {
        #![cfg_attr(not(X),Y) Z]
    }
}

fn main() {}
=== stdout ===
=== stderr ===
error: mismatched closing delimiter: `}`
 --> /home/runner/work/glacier/glacier/ices/104368.rs:2:8
  |
1 | struct S {
  |          - closing delimiter possibly meant for this
2 |     d: [u32; {
  |        ^ unclosed delimiter
...
5 | }
  | ^ mismatched closing delimiter

error: aborting due to previous error

==============

=== stdout ===
=== stderr ===
error: mismatched closing delimiter: `}`
 --> /home/runner/work/glacier/glacier/ices/104368.rs:2:8
  |
1 | struct S {
  |          - closing delimiter possibly meant for this
2 |     d: [u32; {
  |        ^ unclosed delimiter
...
5 | }
  | ^ mismatched closing delimiter

error: aborting due to previous error

==============
@JohnTitor JohnTitor merged commit 5a34c20 into master Mar 3, 2023
@JohnTitor JohnTitor deleted the autofix/ices/104368.rs branch March 3, 2023 11:04
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