Skip to content

Commit f6f96e2

Browse files
committed
perf: buffer SipHasher128
1 parent 6ebad43 commit f6f96e2

File tree

3 files changed

+349
-196
lines changed

3 files changed

+349
-196
lines changed

compiler/rustc_data_structures/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
#![feature(const_panic)]
2929
#![feature(min_const_generics)]
3030
#![feature(once_cell)]
31+
#![feature(maybe_uninit_uninit_array)]
3132
#![allow(rustc::default_hash_types)]
3233

3334
#[macro_use]

0 commit comments

Comments
 (0)