diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2023-07-21 08:52:12 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2023-07-31 16:21:02 +1000 |
| commit | 67e4bec200d9e0b208af9bdfd917bc05dec31831 (patch) | |
| tree | d81f8287402ab05b1b16d9c0b981fc270a54e8f2 /compiler/rustc_session | |
| parent | 4a120f33f78961808875460048e6fc4d4e8ba532 (diff) | |
| download | rust-67e4bec200d9e0b208af9bdfd917bc05dec31831.tar.gz rust-67e4bec200d9e0b208af9bdfd917bc05dec31831.zip | |
Fix a comment.
Make it match the corresponding comment at the start of the unstable options.
Diffstat (limited to 'compiler/rustc_session')
| -rw-r--r-- | compiler/rustc_session/src/options.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_session/src/options.rs b/compiler/rustc_session/src/options.rs index 8eab0fb33a7..055ab2d9c15 100644 --- a/compiler/rustc_session/src/options.rs +++ b/compiler/rustc_session/src/options.rs @@ -1881,6 +1881,7 @@ written to standard error output)"), // If you add a new option, please update: // - compiler/rustc_interface/src/tests.rs + // - src/doc/unstable-book/src/compiler-flags } #[derive(Clone, Hash, PartialEq, Eq, Debug)] |
