We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f08376 commit 62ca5aaCopy full SHA for 62ca5aa
compiler/rustc_codegen_ssa/src/lib.rs
@@ -2,7 +2,6 @@
2
#![feature(associated_type_bounds)]
3
#![feature(box_patterns)]
4
#![feature(if_let_guard)]
5
-#![feature(int_roundings)]
6
#![feature(let_chains)]
7
#![feature(negative_impls)]
8
#![feature(never_type)]
library/std/src/lib.rs
@@ -293,7 +293,6 @@
293
#![feature(float_next_up_down)]
294
#![feature(hasher_prefixfree_extras)]
295
#![feature(hashmap_internals)]
296
297
#![feature(ip)]
298
#![feature(ip_in_core)]
299
#![feature(maybe_uninit_slice)]
0 commit comments