chore: Fix typos in 'compiler' (batch 1)

This commit is contained in:
Alexander Cyon
2024-09-02 07:42:38 +02:00
parent 78d5c04d9c
commit ac69544a17
35 changed files with 44 additions and 44 deletions

View File

@@ -484,7 +484,7 @@ pub struct Subdiag {
/// - The `EmissionGuarantee`, which determines the type returned from `emit`.
///
/// Each constructed `Diag` must be consumed by a function such as `emit`,
/// `cancel`, `delay_as_bug`, or `into_diag`. A panic occurrs if a `Diag`
/// `cancel`, `delay_as_bug`, or `into_diag`. A panic occurs if a `Diag`
/// is dropped without being consumed by one of these functions.
///
/// If there is some state in a downstream crate you would like to access in