Skip to content

Commit 7dfabd6

Browse files
committed
fix broken tests
1 parent 58614b7 commit 7dfabd6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

library/alloctests/tests/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#![feature(int_format_into)]
1313
#![feature(linked_list_cursors)]
1414
#![feature(map_try_insert)]
15+
#![feature(move_trait)]
1516
#![feature(pattern)]
1617
#![feature(trusted_len)]
1718
#![feature(try_reserve_kind)]

library/coretests/tests/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
#![feature(maybe_uninit_uninit_array_transpose)]
7575
#![feature(maybe_uninit_write_slice)]
7676
#![feature(min_specialization)]
77+
#![feature(move_trait)]
7778
#![feature(never_type)]
7879
#![feature(next_index)]
7980
#![feature(non_exhaustive_omitted_patterns_lint)]

0 commit comments

Comments
 (0)