diff options
| author | Chinedu Francis Nwafili <frankie.nwafili@gmail.com> | 2023-08-15 09:41:43 -0400 |
|---|---|---|
| committer | Chinedu Francis Nwafili <frankie.nwafili@gmail.com> | 2023-08-15 09:41:43 -0400 |
| commit | 8ad46b49a29a9a02cf5886051925b31ab5d80c82 (patch) | |
| tree | 62206e3facc0632f8185db2ed5aab5c2f59b6d99 /compiler/rustc_errors | |
| parent | b56a04975c8c77b14a474fe3b38573872a065971 (diff) | |
| download | rust-8ad46b49a29a9a02cf5886051925b31ab5d80c82.tar.gz rust-8ad46b49a29a9a02cf5886051925b31ab5d80c82.zip | |
Misc progress
Diffstat (limited to 'compiler/rustc_errors')
| -rw-r--r-- | compiler/rustc_errors/src/lib.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/rustc_errors/src/lib.rs b/compiler/rustc_errors/src/lib.rs index 0449d538709..3d1639db4af 100644 --- a/compiler/rustc_errors/src/lib.rs +++ b/compiler/rustc_errors/src/lib.rs @@ -1263,10 +1263,6 @@ impl Handler { std::mem::take(&mut self.inner.borrow_mut().fulfilled_expectations) } - pub fn insert_fulfilled_expectation(&self, expectation_id: LintExpectationId) { - self.inner.borrow_mut().fulfilled_expectations.insert(expectation_id); - } - pub fn flush_delayed(&self) { let mut inner = self.inner.lock(); let bugs = std::mem::replace(&mut inner.delayed_span_bugs, Vec::new()); |
