Skip to content

Commit e209b42

Browse files
committed
Add feature(offset_of_nested) to core tests
1 parent b5179e0 commit e209b42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/core/tests/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
#![feature(noop_waker)]
6161
#![feature(numfmt)]
6262
#![feature(num_midpoint)]
63+
#![cfg_attr(not(bootstrap), feature(offset_of_nested))]
6364
#![feature(isqrt)]
6465
#![feature(step_trait)]
6566
#![feature(str_internals)]

0 commit comments

Comments
 (0)