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

ices/93997.rs: fixed with errors #1154

Merged
merged 1 commit into from
Mar 1, 2022
Merged

ices/93997.rs: fixed with errors #1154

merged 1 commit into from
Mar 1, 2022

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Mar 1, 2022

Issue: rust-lang/rust#93997

fn main() {
    while {} {}
}
=== stdout ===
=== stderr ===
error[E0308]: mismatched types
 --> /home/runner/work/glacier/glacier/ices/93997.rs:2:11
  |
2 |     while {} {}
  |           ^^ expected `bool`, found `()`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0308`.
==============

=== stdout ===
=== stderr ===
error[E0308]: mismatched types
 --> /home/runner/work/glacier/glacier/ices/93997.rs:2:11
  |
2 |     while {} {}
  |           ^^ expected `bool`, found `()`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0308`.
==============
@Alexendoo Alexendoo merged commit 14f7e52 into master Mar 1, 2022
@Alexendoo Alexendoo deleted the autofix/ices/93997.rs branch March 1, 2022 14:49
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