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

ices/98016.rs: fixed with no errors #1509

Merged
merged 1 commit into from
Feb 17, 2023
Merged

Conversation

github-actions[bot]
Copy link
Contributor

Issue: rust-lang/rust#98016

#![crate_type = "lib"]
#![feature(repr_simd)]

#[repr(simd)]
pub struct Simd([u8; 8]);

pub fn to_array_outer(x: Simd) -> [u8; 8] {
    let y = x;
    y.0
}
=== stdout ===
=== stderr ===
==============

=== stdout ===
=== stderr ===
==============
@JohnTitor JohnTitor merged commit e0dfde8 into master Feb 17, 2023
@Alexendoo Alexendoo deleted the autofix/ices/98016.rs branch February 17, 2023 15:40
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