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

ices/82866.rs: fixed with errors #1068

Merged
merged 1 commit into from
Dec 30, 2021
Merged

ices/82866.rs: fixed with errors #1068

merged 1 commit into from
Dec 30, 2021

Conversation

github-actions[bot]
Copy link
Contributor

Issue: rust-lang/rust#82866

fn main() {
    match None {
        Some::<v<>>(v) => (),
        None => (),
    }
}
=== stdout ===
=== stderr ===
error[E0412]: cannot find type `v` in this scope
 --> /home/runner/work/glacier/glacier/ices/82866.rs:3:16
  |
3 |         Some::<v<>>(v) => (),
  |                ^ not found in this scope

error: aborting due to previous error

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

=== stdout ===
=== stderr ===
error[E0412]: cannot find type `v` in this scope
 --> /home/runner/work/glacier/glacier/ices/82866.rs:3:16
  |
3 |         Some::<v<>>(v) => (),
  |                ^ not found in this scope

error: aborting due to previous error

For more information about this error, try `rustc --explain E0412`.
==============
@Alexendoo Alexendoo merged commit fb2de99 into master Dec 30, 2021
@Alexendoo Alexendoo deleted the autofix/ices/82866.rs branch December 30, 2021 12:38
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