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

ices/95163.rs: fixed with errors #1180

Merged
merged 1 commit into from
Mar 23, 2022
Merged

ices/95163.rs: fixed with errors #1180

merged 1 commit into from
Mar 23, 2022

Conversation

github-actions[bot]
Copy link
Contributor

Issue: rust-lang/rust#95163

fn bar() -> impl Into<<() as Reexported;
=== stdout ===
=== stderr ===
error: expected one of `(`, `::`, `<`, or `>`, found `;`
 --> /home/runner/work/glacier/glacier/ices/95163.rs:1:40
  |
1 | fn bar() -> impl Into<<() as Reexported;
  |                                        ^ expected one of `(`, `::`, `<`, or `>`

error: aborting due to previous error

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

=== stdout ===
=== stderr ===
error: expected one of `(`, `::`, `<`, or `>`, found `;`
 --> /home/runner/work/glacier/glacier/ices/95163.rs:1:40
  |
1 | fn bar() -> impl Into<<() as Reexported;
  |                                        ^ expected one of `(`, `::`, `<`, or `>`

error: aborting due to previous error

==============
@Alexendoo Alexendoo merged commit 9e76423 into master Mar 23, 2022
@Alexendoo Alexendoo deleted the autofix/ices/95163.rs branch March 23, 2022 12:50
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