Rename HandlerInner::delayed_span_bugs
as HandlerInner::span_delayed_bugs
.
For reasons similar to the previous commit.
This commit is contained in:
parent
5d1d384443
commit
2c337a072c
6 changed files with 21 additions and 21 deletions
|
@ -551,8 +551,8 @@ impl Session {
|
|||
pub fn has_errors(&self) -> Option<ErrorGuaranteed> {
|
||||
self.diagnostic().has_errors()
|
||||
}
|
||||
pub fn has_errors_or_delayed_span_bugs(&self) -> Option<ErrorGuaranteed> {
|
||||
self.diagnostic().has_errors_or_delayed_span_bugs()
|
||||
pub fn has_errors_or_span_delayed_bugs(&self) -> Option<ErrorGuaranteed> {
|
||||
self.diagnostic().has_errors_or_span_delayed_bugs()
|
||||
}
|
||||
pub fn is_compilation_going_to_fail(&self) -> Option<ErrorGuaranteed> {
|
||||
self.diagnostic().is_compilation_going_to_fail()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue