mirror of https://github.com/rust-lang/rust.git
![]() ``` help: consider restricting type parameter `T` with traits `Copy` and `Trait` | LL | fn duplicate_custom<T: Copy + Trait>(t: S<T>) -> (S<T>, S<T>) { | ++++++++++++++ ``` ``` help: consider restricting type parameter `V` with trait `Copy` | LL | fn index<'a, K, V: std::marker::Copy>(map: &'a HashMap<K, V>, k: K) -> &'a V { | +++++++++++++++++++ ``` |
||
---|---|---|
.. | ||
auxiliary | ||
allowed-cross-crate.rs | ||
allowed-cross-crate.stderr | ||
out-of-order.rs | ||
out-of-order.stderr | ||
overlap-projection.rs | ||
overlap-projection.stderr | ||
projection.rs | ||
projection.stderr | ||
specialization-feature-gate-default.rs | ||
specialization-feature-gate-default.stderr | ||
specialization-no-default.rs | ||
specialization-no-default.stderr | ||
specialization-trait-item-not-implemented-rpass.rs | ||
specialization-trait-item-not-implemented-rpass.stderr | ||
specialization-trait-item-not-implemented.rs | ||
specialization-trait-item-not-implemented.stderr | ||
specialization-trait-not-implemented.rs | ||
specialization-trait-not-implemented.stderr | ||
specialization-wfcheck.rs | ||
specialization-wfcheck.stderr | ||
validation.rs | ||
validation.stderr |