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

ices/97378-2.sh: fixed with no errors #1291

Merged
merged 1 commit into from
Jun 8, 2022
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jun 8, 2022

Issue: rust-lang/rust#97378

#!/bin/sh

rustc --edition=2021 - << EOF

pub enum Request {
    Resolve { url: String },
}

pub fn handle_event(event: Request) {
    (move || {
        let Request::Resolve { url: _url } = event;
    })();
}

pub fn main() {}

EOF
=== stdout ===
=== stderr ===
==============

=== stdout ===
=== stderr ===
==============
@JohnTitor JohnTitor merged commit 7789e30 into master Jun 8, 2022
@JohnTitor JohnTitor deleted the autofix/ices/97378-2.sh branch June 8, 2022 10:58
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