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

ices/91461.rs: fixed with errors #1051

Merged
merged 1 commit into from
Dec 10, 2021
Merged

ices/91461.rs: fixed with errors #1051

merged 1 commit into from
Dec 10, 2021

Conversation

github-actions[bot]
Copy link
Contributor

Issue: rust-lang/rust#91461

#[d=n(_:d:,)]
=== stdout ===
=== stderr ===
error: expected identifier, found reserved identifier `_`
 --> /home/runner/work/glacier/glacier/ices/91461.rs:1:7
  |
1 | #[d=n(_:d:,)]
  |       ^ expected identifier, found reserved identifier

error: expected type, found `,`
 --> /home/runner/work/glacier/glacier/ices/91461.rs:1:11
  |
1 | #[d=n(_:d:,)]
  |     -    -^ expected type
  |     |    |
  |     |    tried to parse a type due to this type ascription
  |     while parsing this struct
  |
  = note: `#![feature(type_ascription)]` lets you annotate an expression with a type: `<expr>: <type>`
  = note: see issue #23416 <https://github.com/rust-lang/rust/issues/23416> for more information

error: expected type, found `,`
 --> /home/runner/work/glacier/glacier/ices/91461.rs:1:11
  |
1 | #[d=n(_:d:,)]
  |          -^ expected type
  |          |
  |          tried to parse a type due to this type ascription
  |
  = note: `#![feature(type_ascription)]` lets you annotate an expression with a type: `<expr>: <type>`
  = note: see issue #23416 <https://github.com/rust-lang/rust/issues/23416> for more information

error: expected item after attributes
 --> /home/runner/work/glacier/glacier/ices/91461.rs:1:1
  |
1 | #[d=n(_:d:,)]
  | ^^^^^^^^^^^^^

error: aborting due to 4 previous errors

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

=== stdout ===
=== stderr ===
error: expected identifier, found reserved identifier `_`
 --> /home/runner/work/glacier/glacier/ices/91461.rs:1:7
  |
1 | #[d=n(_:d:,)]
  |       ^ expected identifier, found reserved identifier

error: expected type, found `,`
 --> /home/runner/work/glacier/glacier/ices/91461.rs:1:11
  |
1 | #[d=n(_:d:,)]
  |     -    -^ expected type
  |     |    |
  |     |    tried to parse a type due to this type ascription
  |     while parsing this struct
  |
  = note: `#![feature(type_ascription)]` lets you annotate an expression with a type: `<expr>: <type>`
  = note: see issue #23416 <rust-lang/rust#23416> for more information

error: expected type, found `,`
 --> /home/runner/work/glacier/glacier/ices/91461.rs:1:11
  |
1 | #[d=n(_:d:,)]
  |          -^ expected type
  |          |
  |          tried to parse a type due to this type ascription
  |
  = note: `#![feature(type_ascription)]` lets you annotate an expression with a type: `<expr>: <type>`
  = note: see issue #23416 <rust-lang/rust#23416> for more information

error: expected item after attributes
 --> /home/runner/work/glacier/glacier/ices/91461.rs:1:1
  |
1 | #[d=n(_:d:,)]
  | ^^^^^^^^^^^^^

error: aborting due to 4 previous errors

==============
@Alexendoo Alexendoo merged commit d305643 into master Dec 10, 2021
@Alexendoo Alexendoo deleted the autofix/ices/91461.rs branch December 10, 2021 13:24
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