Fixed typo in docs and correct doc links
Co-authored-by: Philipp Krones <hello@philkrones.com>
This commit is contained in:
parent
897404e1d9
commit
9516a40f1e
2 changed files with 5 additions and 5 deletions
|
@ -426,10 +426,10 @@ struct HandlerInner {
|
|||
|
||||
future_breakage_diagnostics: Vec<Diagnostic>,
|
||||
|
||||
/// The [`unstable_expect_diagnostics`] should be empty when this struct is
|
||||
/// The [`Self::unstable_expect_diagnostics`] should be empty when this struct is
|
||||
/// dropped. However, it can have values if the compilation is stopped early
|
||||
/// or is only partially executed. To avoid ICEs, like in rust#94953 we only
|
||||
/// check if [`unstable_expect_diagnostics`] is empty, if the expectation ids
|
||||
/// check if [`Self::unstable_expect_diagnostics`] is empty, if the expectation ids
|
||||
/// have been converted.
|
||||
check_unstable_expect_diagnostics: bool,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue