1
Fork 0

Rollup merge of #86797 - inquisitivecrystal:bound-cloned, r=jyn514

Stabilize `Bound::cloned()`

This PR stabilizes the function `Bound::cloned()`.

Closes #61356.
This commit is contained in:
Guillaume Gomez 2021-07-02 11:35:31 +02:00 committed by GitHub
commit cd3a48fdb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 4 deletions

View file

@ -31,7 +31,6 @@
#![feature(restricted_std)]
#![feature(rustc_attrs)]
#![feature(min_specialization)]
#![feature(bound_cloned)]
#![recursion_limit = "256"]
#[unstable(feature = "proc_macro_internals", issue = "27812")]