We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58614b7 commit 7dfabd6Copy full SHA for 7dfabd6
library/alloctests/tests/lib.rs
@@ -12,6 +12,7 @@
12
#![feature(int_format_into)]
13
#![feature(linked_list_cursors)]
14
#![feature(map_try_insert)]
15
+#![feature(move_trait)]
16
#![feature(pattern)]
17
#![feature(trusted_len)]
18
#![feature(try_reserve_kind)]
library/coretests/tests/lib.rs
@@ -74,6 +74,7 @@
74
#![feature(maybe_uninit_uninit_array_transpose)]
75
#![feature(maybe_uninit_write_slice)]
76
#![feature(min_specialization)]
77
78
#![feature(never_type)]
79
#![feature(next_index)]
80
#![feature(non_exhaustive_omitted_patterns_lint)]
0 commit comments