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

ices/69378.rs: fixed with errors #301

Merged
merged 1 commit into from
Mar 2, 2020
Merged

Conversation

github-actions[bot]
Copy link
Contributor

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

Issue: rust-lang/rust#69378

struct Foo { 0: u8 }

fn test(f: Foo) {
    Foo{foo: 4, ..f};
}

fn main() {}
=== stdout ===
=== stderr ===
error: expected identifier, found `0`
 --> /home/runner/work/glacier/glacier/ices/69378.rs:1:14
  |
1 | struct Foo { 0: u8 }
  |              ^ expected identifier

error: aborting due to previous error

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

=== stdout ===
=== stderr ===
error: expected identifier, found `0`
 --> /home/runner/work/glacier/glacier/ices/69378.rs:1:14
  |
1 | struct Foo { 0: u8 }
  |              ^ expected identifier

error: aborting due to previous error

==============
@Alexendoo Alexendoo merged commit 715a395 into master Mar 2, 2020
@Alexendoo Alexendoo deleted the autofix/ices/69378.rs branch March 2, 2020 12:12
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