Skip to content

Commit 8d7f053

Browse files
committed
fix miri build in bootstrap
1 parent 85357d1 commit 8d7f053

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/miri/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#![cfg_attr(bootstrap, feature(cfg_match))]
2+
#![cfg_attr(bootstrap, feature(nonnull_provenance))]
23
#![cfg_attr(not(bootstrap), feature(cfg_select))]
34
#![feature(rustc_private)]
45
#![feature(float_gamma)]

0 commit comments

Comments
 (0)