Skip to content

Commit e9694ca

Browse files
Remove duplication
1 parent ed3bce0 commit e9694ca

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/ui/abi/debug.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,12 @@
77
// This pattern is prepared for when we account for alignment in the niche.
88
//@ normalize-stderr: "(valid_range): [1-9]\.\.=(429496729[0-9]|1844674407370955161[0-9])" -> "$1: $$NON_NULL"
99
// Some attributes are only computed for release builds:
10-
//@ add-core-stubs
1110
//@ compile-flags: -O
1211
//@ revisions: generic riscv64
1312
//@ [riscv64] only-riscv64
1413
//@ [generic] ignore-riscv64
1514

16-
#![feature(rustc_attrs,no_core)]
17-
#![no_core]
15+
#![feature(rustc_attrs)]
1816
#![crate_type = "lib"]
1917
#![feature(no_core)]
2018
#![no_std]
@@ -23,7 +21,6 @@
2321
extern crate minicore;
2422
use minicore::*;
2523

26-
extern crate minicore;
2724
struct S(u16);
2825

2926
#[rustc_abi(debug)]

0 commit comments

Comments
 (0)