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

ices/106030.rs: fixed with errors #1475

Merged
merged 1 commit into from
Dec 24, 2022
Merged

ices/106030.rs: fixed with errors #1475

merged 1 commit into from
Dec 24, 2022

Conversation

github-actions[bot]
Copy link
Contributor

Issue: rust-lang/rust#106030

fn main() {
    unknown(1, |glhf| {
        let actual = glhf;
    });
}
=== stdout ===
=== stderr ===
error[E0425]: cannot find function `unknown` in this scope
 --> /home/runner/work/glacier/glacier/ices/106030.rs:2:5
  |
2 |     unknown(1, |glhf| {
  |     ^^^^^^^ not found in this scope

error: aborting due to previous error

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

=== stdout ===
=== stderr ===
error[E0425]: cannot find function `unknown` in this scope
 --> /home/runner/work/glacier/glacier/ices/106030.rs:2:5
  |
2 |     unknown(1, |glhf| {
  |     ^^^^^^^ not found in this scope

error: aborting due to previous error

For more information about this error, try `rustc --explain E0425`.
==============
@JohnTitor JohnTitor merged commit 085434f into master Dec 24, 2022
@JohnTitor JohnTitor deleted the autofix/ices/106030.rs branch December 24, 2022 06:05
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