]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_typeck/src/check/wfcheck.rs
fix most compiler/ doctests
[rust.git] / compiler / rustc_typeck / src / check / wfcheck.rs
index ec2b7c13ff33c5325ae7ddeed69ab67ae8eaea8e..829485367e0a4ee9481a7fdca20fec61cb987f2c 100644 (file)
@@ -37,7 +37,7 @@
 /// Helper type of a temporary returned by `.for_item(...)`.
 /// This is necessary because we can't write the following bound:
 ///
-/// ```rust
+/// ```ignore (illustrative)
 /// F: for<'b, 'tcx> where 'tcx FnOnce(FnCtxt<'b, 'tcx>)
 /// ```
 struct CheckWfFcxBuilder<'tcx> {