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.
1 parent f957826 commit b71c469Copy full SHA for b71c469
tests/crashes/125772.rs
@@ -1,5 +1,5 @@
1
//@ known-bug: rust-lang/rust#125772
2
-//@ only-x86_64
+//@ only-64bit
3
#![feature(generic_const_exprs)]
4
5
struct Outer<const A: i64, const B: i64>();
tests/crashes/131292.rs
//@ known-bug: #131292
+//@ needs-asm-support
use std::arch::asm;
unsafe fn f6() {
tests/crashes/34127.rs
@@ -1,6 +1,6 @@
//@ compile-flags: -g -Copt-level=0 -Z verify-llvm-ir
//@ known-bug: #34127
pub fn main() {
6
let _a = [(); 1 << 63];
0 commit comments