Rename Handler::delay_good_path_bug
as Handler::good_path_delayed_bug
.
In line with the previous commits.
This commit is contained in:
parent
2c337a072c
commit
c9008c6c8b
6 changed files with 28 additions and 25 deletions
|
@ -137,7 +137,7 @@ impl Drop for TypeErrCtxt<'_, '_> {
|
|||
self.infcx
|
||||
.tcx
|
||||
.sess
|
||||
.delay_good_path_bug("used a `TypeErrCtxt` without raising an error or lint");
|
||||
.good_path_delayed_bug("used a `TypeErrCtxt` without raising an error or lint");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue