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 ed3bce0 commit e9694caCopy full SHA for e9694ca
tests/ui/abi/debug.rs
@@ -7,14 +7,12 @@
7
// This pattern is prepared for when we account for alignment in the niche.
8
//@ normalize-stderr: "(valid_range): [1-9]\.\.=(429496729[0-9]|1844674407370955161[0-9])" -> "$1: $$NON_NULL"
9
// Some attributes are only computed for release builds:
10
-//@ add-core-stubs
11
//@ compile-flags: -O
12
//@ revisions: generic riscv64
13
//@ [riscv64] only-riscv64
14
//@ [generic] ignore-riscv64
15
16
-#![feature(rustc_attrs,no_core)]
17
-#![no_core]
+#![feature(rustc_attrs)]
18
#![crate_type = "lib"]
19
#![feature(no_core)]
20
#![no_std]
@@ -23,7 +21,6 @@
23
21
extern crate minicore;
24
22
use minicore::*;
25
26
-extern crate minicore;
27
struct S(u16);
28
29
#[rustc_abi(debug)]
0 commit comments