diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2024-12-20 15:39:26 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2024-12-20 22:35:00 +0100 |
| commit | 2d914bed2dea1316fdbb55010f3bb2c5412942cb (patch) | |
| tree | 823d36bc2f400d5a1986ad7a8514f9745acbfffd /src/doc/rustdoc | |
| parent | bc03e40a29574c18ebfc04bd179065815ebe83f8 (diff) | |
Add test to ensure passing `--doctest_compilation_args` multiple times work
Diffstat (limited to 'src/doc/rustdoc')
| -rw-r--r-- | src/doc/rustdoc/src/unstable-features.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustdoc/src/unstable-features.md b/src/doc/rustdoc/src/unstable-features.md index 667f07cf956..d1d42e47322 100644 --- a/src/doc/rustdoc/src/unstable-features.md +++ b/src/doc/rustdoc/src/unstable-features.md @@ -667,7 +667,7 @@ This flag can be passed multiple times to nest wrappers. ## Passing arguments to rustc when compiling doctests -You can use the `--doctest-compilation-args` option if you want to add options when compiling the +You can use the `--doctest-compilation-args` flag if you want to add options when compiling the doctest. For example if you have: ```rust,no_run |
