]> git.lizzy.rs Git - rust.git/commitdiff
Enable feature bound_cloned
authorChris Gregory <czipperz@gmail.com>
Sat, 1 Jun 2019 02:17:32 +0000 (21:17 -0500)
committerChris Gregory <czipperz@gmail.com>
Sat, 1 Jun 2019 02:17:32 +0000 (21:17 -0500)
src/libcore/lib.rs

index 4a70329b64bc983a7d43b0b4214be77d892c8447..64d70b5de21dd807276c467cf7fb197520cf5c76 100644 (file)
@@ -70,6 +70,7 @@
 #![feature(arbitrary_self_types)]
 #![feature(asm)]
 #![feature(associated_type_defaults)]
+#![feature(bound_cloned)]
 #![feature(cfg_target_has_atomic)]
 #![feature(concat_idents)]
 #![feature(const_fn)]