We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37df490 commit 93c70a5Copy full SHA for 93c70a5
tests/crashes/113280.rs
@@ -1,4 +1,5 @@
1
//@ known-bug: #113280
2
+//@ only-x86_64
3
4
#![feature(dyn_star, pointer_like_trait)]
5
#![allow(incomplete_features)]
tests/crashes/121444.rs
@@ -1,6 +1,8 @@
//@ known-bug: #121444
//@ compile-flags: -Copt-level=0
//@ edition:2021
+//@ ignore-windows
6
#[repr(align(536870912))]
7
pub struct A(i64);
8
tests/crashes/123077-1.rs
tests/crashes/123077-2.rs
//@ known-bug: #123077
use std::arch::x86_64::{__m128, _mm_blend_ps};
pub fn sse41_blend_noinline( ) -> __m128 {
tests/crashes/34127.rs
@@ -1,5 +1,6 @@
//@ compile-flags: -g -Copt-level=0
//@ known-bug: #34127
pub fn main() {
let _a = [(); 1 << 63];
0 commit comments