update cfgs

This commit is contained in:
Boxy
2025-04-02 21:28:54 +01:00
parent 609eacbb22
commit c93005ee65
24 changed files with 29 additions and 140 deletions

View File

@@ -216,7 +216,7 @@ pub macro Clone($item:item) {
/// Use closures allow captured values to be automatically used.
/// This is similar to have a closure that you would call `.use` over each captured value.
#[unstable(feature = "ergonomic_clones", issue = "132290")]
#[cfg_attr(not(bootstrap), lang = "use_cloned")]
#[lang = "use_cloned"]
pub trait UseCloned: Clone {
// Empty.
}