Skip to content

Commit 2d9bc65

Browse files
committed
Remove feature(offset_of) from tests
1 parent 458c762 commit 2d9bc65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/tests/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
#![feature(noop_waker)]
6060
#![feature(numfmt)]
6161
#![feature(num_midpoint)]
62+
#![cfg_attr(not(bootstrap), feature(offset_of_nested))]
6263
#![feature(isqrt)]
6364
#![feature(step_trait)]
6465
#![feature(str_internals)]

0 commit comments

Comments
 (0)