about summary refs log tree commit diff
path: root/compiler/rustc_session
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2023-07-21 08:52:12 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2023-07-31 16:21:02 +1000
commit67e4bec200d9e0b208af9bdfd917bc05dec31831 (patch)
treed81f8287402ab05b1b16d9c0b981fc270a54e8f2 /compiler/rustc_session
parent4a120f33f78961808875460048e6fc4d4e8ba532 (diff)
downloadrust-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.rs1
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)]