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

ices/66706.rs: fixed with errors #319

Closed
wants to merge 1 commit into from

Conversation

github-actions[bot]
Copy link
Contributor

Issue: rust-lang/rust#66706

fn bug() {
    [0; [|f @ &ref _| {} ; 0 ].len() ];
}

fn main() {}
=== stdout ===
=== stderr ===
error: expected identifier, found reserved identifier `_`
 --> /home/runner/work/glacier/glacier/ices/66706.rs:2:20
  |
2 |     [0; [|f @ &ref _| {} ; 0 ].len() ];
  |                    ^ expected identifier, found reserved identifier

error: aborting due to previous error

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

=== stdout ===
=== stderr ===
error: expected identifier, found reserved identifier `_`
 --> /home/runner/work/glacier/glacier/ices/66706.rs:2:20
  |
2 |     [0; [|f @ &ref _| {} ; 0 ].len() ];
  |                    ^ expected identifier, found reserved identifier

error: aborting due to previous error

==============
@Alexendoo Alexendoo closed this Mar 25, 2020
@Alexendoo Alexendoo deleted the autofix/ices/66706.rs branch March 25, 2020 21:19
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