Skip to content

Commit 6b2bf50

Browse files
committed
Auto merge of rust-lang#132145 - RalfJung:stdarch, r=<try>
bump stdarch This lets us remove a hack from rust-lang#131349. r? `@Amanieu` try-job: test-various
2 parents 6faf0bd + 97a08ca commit 6b2bf50

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

library/core/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@
227227
#![feature(try_blocks)]
228228
#![feature(unboxed_closures)]
229229
#![feature(unsized_fn_params)]
230+
#![feature(wasm_simd_const_internals)]
230231
#![feature(with_negative_coherence)]
231232
// tidy-alphabetical-end
232233
//

library/stdarch

Submodule stdarch updated 46 files

0 commit comments

Comments
 (0)