Skip to content

Commit 9ac6cb3

Browse files
committed
Remove outdated sentence
1 parent 5813670 commit 9ac6cb3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/rustc_interface/src/interface.rs

-1
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,6 @@ pub struct Config {
355355
/// The inner atomic value is set to true when a feature marked as `internal` is
356356
/// enabled. Makes it so that "please report a bug" is hidden, as ICEs with
357357
/// internal features are wontfix, and they are usually the cause of the ICEs.
358-
/// None signifies that this is not tracked.
359358
pub using_internal_features: &'static std::sync::atomic::AtomicBool,
360359

361360
/// All commandline args used to invoke the compiler, with @file args fully expanded.

0 commit comments

Comments
 (0)