Skip to content

Commit

Permalink
Remove outdated sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Jan 23, 2025
1 parent a77776c commit 241f824
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/rustc_interface/src/interface.rs
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@ pub struct Config {
/// The inner atomic value is set to true when a feature marked as `internal` is
/// enabled. Makes it so that "please report a bug" is hidden, as ICEs with
/// internal features are wontfix, and they are usually the cause of the ICEs.
/// None signifies that this is not tracked.
pub using_internal_features: &'static std::sync::atomic::AtomicBool,

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

0 comments on commit 241f824

Please sign in to comment.