Skip to content

Commit 461c183

Browse files
committed
errors in panic tags
1 parent 91e970f commit 461c183

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/auxiliary/minicore.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,6 @@ pub const fn abort() -> ! {
133133

134134
#[lang = "panic"]
135135
#[rustc_const_panic_str]
136-
#[inline(never)]
137-
#[cold]
138-
#[track_caller]
139-
#[rustc_nounwind]
140136
const fn panic(expr: &&'static str) -> ! {
141137
abort();
142138
}

0 commit comments

Comments
 (0)