We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5813670 commit 9ac6cb3Copy full SHA for 9ac6cb3
compiler/rustc_interface/src/interface.rs
@@ -355,7 +355,6 @@ pub struct Config {
355
/// The inner atomic value is set to true when a feature marked as `internal` is
356
/// enabled. Makes it so that "please report a bug" is hidden, as ICEs with
357
/// internal features are wontfix, and they are usually the cause of the ICEs.
358
- /// None signifies that this is not tracked.
359
pub using_internal_features: &'static std::sync::atomic::AtomicBool,
360
361
/// All commandline args used to invoke the compiler, with @file args fully expanded.
0 commit comments