Skip to content

Commit 0dbf497

Browse files
authored
Rollup merge of rust-lang#141992 - folkertdev:probestack-naked-function, r=tgross35
use `#[naked]` for `__rust_probestack` Let's see if this works now. Previously this change was in rust-lang/compiler-builtins#897, but we decided to wait until `compiler-builtins` was a subtree (and also `cfg(bootstrap)` is gone now). r? ``@tgross35`` cc ``@bjorn3`` try-job: `dist-various*` try-job: `test-various*`
2 parents 4ff4998 + d783a41 commit 0dbf497

File tree

2 files changed

+168
-273
lines changed

2 files changed

+168
-273
lines changed

compiler-builtins/compiler-builtins/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#![feature(linkage)]
99
#![feature(naked_functions)]
1010
#![feature(repr_simd)]
11+
#![feature(rustc_attrs)]
1112
#![cfg_attr(f16_enabled, feature(f16))]
1213
#![cfg_attr(f128_enabled, feature(f128))]
1314
#![no_builtins]

0 commit comments

Comments
 (0)