diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2025-01-22 14:49:37 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2025-01-23 09:38:58 +0000 |
| commit | 241f8244e8ca1c6a86c08b4803d0394058aa28ca (patch) | |
| tree | f5b3dd5a54a40678c564da8ea1abbf8ad3947cfb /compiler/rustc_interface/src/interface.rs | |
| parent | a77776cc1d7c599f4ff9355ffe01bad2e2b5bbad (diff) | |
| download | rust-241f8244e8ca1c6a86c08b4803d0394058aa28ca.tar.gz rust-241f8244e8ca1c6a86c08b4803d0394058aa28ca.zip | |
Remove outdated sentence
Diffstat (limited to 'compiler/rustc_interface/src/interface.rs')
| -rw-r--r-- | compiler/rustc_interface/src/interface.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_interface/src/interface.rs b/compiler/rustc_interface/src/interface.rs index 900c6ef1147..01b6f1c8533 100644 --- a/compiler/rustc_interface/src/interface.rs +++ b/compiler/rustc_interface/src/interface.rs @@ -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. |
