We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0401a99 commit f3c8f29Copy full SHA for f3c8f29
src/test/rustdoc/issue-80893.rs
@@ -1,7 +1,6 @@
1
-// compile-flags: --test -Z unstable-options --test-builder true --runtool true
+// compile-flags: --test -Z unstable-options --test-builder true
2
3
-/// ```
4
-/// This does not compile, but specifying a custom --test-builder should let this pass anyway
5
-/// `true` does not generate an output file to run, so we also specify it as a runtool
+/// ```no_run
+/// This tests that `--test-builder` is accepted as a flag by rustdoc.
6
/// ```
7
pub struct Foo;
0 commit comments