]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_typeck/src/check/closure.rs
fix most compiler/ doctests
[rust.git] / compiler / rustc_typeck / src / check / closure.rs
index 320be9b44d4410df41d770523ff6364fae58e2e9..50e55bdc4af30c5ac9e9823f27509c051248e409 100644 (file)
@@ -371,7 +371,7 @@ fn sig_of_closure_no_expectation(
     ///
     /// # Examples
     ///
-    /// ```
+    /// ```ignore (illustrative)
     /// fn with_closure<F>(_: F)
     ///   where F: Fn(&u32) -> &u32 { .. }
     ///