summaryrefslogtreecommitdiffstats
path: root/library/core/src/iter/traits/marker.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/core/src/iter/traits/marker.rs')
-rw-r--r--library/core/src/iter/traits/marker.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/iter/traits/marker.rs b/library/core/src/iter/traits/marker.rs
index af0284823..c21a2aac1 100644
--- a/library/core/src/iter/traits/marker.rs
+++ b/library/core/src/iter/traits/marker.rs
@@ -86,4 +86,4 @@ pub unsafe trait InPlaceIterable: Iterator {}
/// for details. Consumers are free to rely on the invariants in unsafe code.
#[unstable(feature = "trusted_step", issue = "85731")]
#[rustc_specialization_trait]
-pub unsafe trait TrustedStep: Step {}
+pub unsafe trait TrustedStep: Step + Copy {}