We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ffeda1 + 6ae0d38 commit c5ca529Copy full SHA for c5ca529
tests/crashes/120175.rs
@@ -1,5 +1,6 @@
1
//@ known-bug: #120175
2
//@ needs-rustc-debug-assertions
3
+//@ only-elf
4
5
#![feature(extern_types)]
6
#![feature(raw_dylib_elf)]
tests/crashes/125772.rs
@@ -1,5 +1,4 @@
//@ known-bug: rust-lang/rust#125772
-//@ only-x86_64
#![feature(generic_const_exprs)]
struct Outer<const A: i64, const B: i64>();
tests/crashes/131292.rs
@@ -1,5 +1,5 @@
//@ known-bug: #131292
+//@ needs-asm-support
use std::arch::asm;
unsafe fn f6() {
tests/crashes/34127.rs
@@ -1,6 +1,5 @@
//@ compile-flags: -g -Copt-level=0 -Z verify-llvm-ir
//@ known-bug: #34127
pub fn main() {
let _a = [(); 1 << 63];
0 commit comments