We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17b72bc commit 93625f1Copy full SHA for 93625f1
src/librustc/session/mod.rs
@@ -458,7 +458,7 @@ impl Session {
458
self.opts.debugging_opts.print_llvm_passes
459
}
460
461
- /// Get the features enabled for the current compilation session. Do not use
+ /// Get the features enabled for the current compilation session.
462
/// DO NOT USE THIS METHOD if there is a TyCtxt available, as it circumvents
463
/// dependency tracking. Use tcx.features() instead.
464
#[inline]
0 commit comments