Skip to content

Commit 5f2827d

Browse files
Deploying to gh-pages from @ 59a507e 🚀
1 parent 6173e95 commit 5f2827d

4 files changed

Lines changed: 18 additions & 2 deletions

File tree

print.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1637,6 +1637,14 @@ <h2 id="error_format"><a class="header" href="#error_format">error_format</a></h
16371637
--@rules_rust//rust/settings:error_format
16381638
</pre>
16391639
<p>This setting may be changed from the command line to generate machine readable errors.</p>
1640+
<p><a id="experimental_compile_rustdoc_tests"></a></p>
1641+
<h2 id="experimental_compile_rustdoc_tests"><a class="header" href="#experimental_compile_rustdoc_tests">experimental_compile_rustdoc_tests</a></h2>
1642+
<pre>
1643+
--@rules_rust//rust/settings:experimental_compile_rustdoc_tests
1644+
</pre>
1645+
<p>A flag to control whether <code>rust_doc_test</code> compiles doc tests during the build phase.</p>
1646+
<p>When enabled and the toolchain channel is "nightly", <code>rust_doc_test</code> will compile doc test binaries using <code>rustdoc --test --no-run</code> during <code>bazel build</code> and only execute them during <code>bazel test</code>. This requires a nightly Rust toolchain because <code>--no-run</code> depends on <code>-Zunstable-options</code>.</p>
1647+
<p>When enabled with a non-nightly toolchain, the existing behavior is silently used.</p>
16401648
<p><a id="experimental_link_std_dylib"></a></p>
16411649
<h2 id="experimental_link_std_dylib"><a class="header" href="#experimental_link_std_dylib">experimental_link_std_dylib</a></h2>
16421650
<pre>

rust_settings.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,14 @@ <h2 id="error_format"><a class="header" href="#error_format">error_format</a></h
235235
--@rules_rust//rust/settings:error_format
236236
</pre>
237237
<p>This setting may be changed from the command line to generate machine readable errors.</p>
238+
<p><a id="experimental_compile_rustdoc_tests"></a></p>
239+
<h2 id="experimental_compile_rustdoc_tests"><a class="header" href="#experimental_compile_rustdoc_tests">experimental_compile_rustdoc_tests</a></h2>
240+
<pre>
241+
--@rules_rust//rust/settings:experimental_compile_rustdoc_tests
242+
</pre>
243+
<p>A flag to control whether <code>rust_doc_test</code> compiles doc tests during the build phase.</p>
244+
<p>When enabled and the toolchain channel is "nightly", <code>rust_doc_test</code> will compile doc test binaries using <code>rustdoc --test --no-run</code> during <code>bazel build</code> and only execute them during <code>bazel test</code>. This requires a nightly Rust toolchain because <code>--no-run</code> depends on <code>-Zunstable-options</code>.</p>
245+
<p>When enabled with a non-nightly toolchain, the existing behavior is silently used.</p>
238246
<p><a id="experimental_link_std_dylib"></a></p>
239247
<h2 id="experimental_link_std_dylib"><a class="header" href="#experimental_link_std_dylib">experimental_link_std_dylib</a></h2>
240248
<pre>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

searchindex.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)