diff options
| -rw-r--r-- | src/librustc/session/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/session/mod.rs b/src/librustc/session/mod.rs index f6da4b55301..5e9eeb97300 100644 --- a/src/librustc/session/mod.rs +++ b/src/librustc/session/mod.rs @@ -458,7 +458,7 @@ impl Session { self.opts.debugging_opts.print_llvm_passes } - /// Get the features enabled for the current compilation session. Do not use + /// Get the features enabled for the current compilation session. /// DO NOT USE THIS METHOD if there is a TyCtxt available, as it circumvents /// dependency tracking. Use tcx.features() instead. #[inline] |
