]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_trait_selection/src/traits/select/mod.rs
fix most compiler/ doctests
[rust.git] / compiler / rustc_trait_selection / src / traits / select / mod.rs
index e69bf6eca90ef04baaf42a32c16f8c3fd1ad48c5..612091d5ab7de70d1d26b0efc5f6b9ee66ae395e 100644 (file)
@@ -1933,7 +1933,7 @@ fn copy_clone_conditions(
     ///
     /// Here are some (simple) examples:
     ///
-    /// ```
+    /// ```ignore (illustrative)
     /// (i32, u32) -> [i32, u32]
     /// Foo where struct Foo { x: i32, y: u32 } -> [i32, u32]
     /// Bar<i32> where struct Bar<T> { x: T, y: u32 } -> [i32, u32]