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

ices/67019.sh: fixed with no errors #229

Merged
merged 1 commit into from
Dec 12, 2019
Merged

Conversation

github-actions[bot]
Copy link
Contributor

Issue: rust-lang/rust#67019

#!/bin/bash

rustc +nightly --edition 2018 -Z mir-opt-level=2 - << EOF
fn test(this: ((u8, u8),)) {
    assert!((this.0).1 == 0);
}
fn main() {
    test(((1, 2),));
}

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

=== stdout ===
=== stderr ===
==============
@Alexendoo Alexendoo merged commit 9677438 into master Dec 12, 2019
@Alexendoo Alexendoo deleted the autofix/ices/67019.sh branch December 12, 2019 15: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