]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_builtin_macros/src/test_harness.rs
fix most compiler/ doctests
[rust.git] / compiler / rustc_builtin_macros / src / test_harness.rs
index e2553ab40cad4035dbc2c8b8d5ffdbb4bbbeec89..db8dce804a31beb2fc44f293a632ee940cd0489a 100644 (file)
@@ -249,7 +249,7 @@ fn generate_test_harness(
 ///
 /// By default this expands to
 ///
-/// ```
+/// ```ignore UNSOLVED (I think I still need guidance for this one. Is it correct? Do we try to make it run? How do we nicely fill it out?)
 /// #[rustc_main]
 /// pub fn main() {
 ///     extern crate test;