Skip to content

Commit f3c8f29

Browse files
teryrorJoshua Nelson
and
Joshua Nelson
authored
Simplify regression test
Co-authored-by: Joshua Nelson <[email protected]>
1 parent 0401a99 commit f3c8f29

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/test/rustdoc/issue-80893.rs

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
// compile-flags: --test -Z unstable-options --test-builder true --runtool true
1+
// compile-flags: --test -Z unstable-options --test-builder true
22

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
3+
/// ```no_run
4+
/// This tests that `--test-builder` is accepted as a flag by rustdoc.
65
/// ```
76
pub struct Foo;

0 commit comments

Comments
 (0)