diff options
| author | Eric Huss <eric@huss.org> | 2023-01-09 12:36:39 -0800 |
|---|---|---|
| committer | Eric Huss <eric@huss.org> | 2023-01-09 14:20:34 -0800 |
| commit | d0c47bdcc9139f366e5bac0af33a9846b2d0e4f8 (patch) | |
| tree | 7eb9cf6adbc068e7d4bd75536bf49e582adeaec5 /src/test/rustdoc-ui | |
| parent | af58fc869910eae0ec525d49cbb6d953ea10a8c6 (diff) | |
| download | rust-d0c47bdcc9139f366e5bac0af33a9846b2d0e4f8.tar.gz rust-d0c47bdcc9139f366e5bac0af33a9846b2d0e4f8.zip | |
Fix help docs for -Zallow-features
Diffstat (limited to 'src/test/rustdoc-ui')
| -rw-r--r-- | src/test/rustdoc-ui/z-help.stdout | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc-ui/z-help.stdout b/src/test/rustdoc-ui/z-help.stdout index 537dc92be19..43f30f3d6e8 100644 --- a/src/test/rustdoc-ui/z-help.stdout +++ b/src/test/rustdoc-ui/z-help.stdout @@ -1,4 +1,4 @@ - -Z allow-features=val -- only allow the listed language features to be enabled in code (space separated) + -Z allow-features=val -- only allow the listed language features to be enabled in code (comma separated) -Z always-encode-mir=val -- encode MIR of all functions into the crate metadata (default: no) -Z asm-comments=val -- generate comments into the assembly (may change behavior) (default: no) -Z assert-incr-state=val -- assert that the incremental cache is in given state: either `loaded` or `not-loaded`. |
