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

ices/98821.sh: fixed with no errors #1333

Merged
merged 1 commit into from
Jul 5, 2022
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jul 5, 2022

Issue: rust-lang/rust#98821

#!/bin/bash

rustc -Zmir-opt-level=3 - <<'EOF'

#![feature(unboxed_closures)]

extern "rust-call" fn foo<T>(_: T) {}

fn main() {
    foo(());
    foo((1, 2));
}


EOF

=== stdout ===
=== stderr ===
==============

=== stdout ===
=== stderr ===
==============
@Alexendoo Alexendoo merged commit e692372 into master Jul 5, 2022
@Alexendoo Alexendoo deleted the autofix/ices/98821.sh branch July 5, 2022 13:01
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