1
Fork 0

compiler: fix typos

librustdoc: fix typos
This commit is contained in:
vuittont60 2024-01-03 14:45:04 +08:00
parent e51e98dde6
commit b2db793f30
No known key found for this signature in database
GPG key ID: A9EFD100F36387FD
3 changed files with 3 additions and 3 deletions

View file

@ -1698,7 +1698,7 @@ pub enum Level {
/// internal overflows, some file operation errors.
///
/// Its `EmissionGuarantee` is `FatalAbort`, except in the non-aborting "almost fatal" case
/// that is occasionaly used, where it is `FatalError`.
/// that is occasionally used, where it is `FatalError`.
Fatal,
/// An error in the code being compiled, which prevents compilation from finishing. This is the

View file

@ -85,7 +85,7 @@ impl<'tcx> FnCtxt<'_, 'tcx> {
return false;
}
// not setting the `fallback_has_occured` field here because
// not setting the `fallback_has_occurred` field here because
// that field is only used for type fallback diagnostics.
for effect in unsolved_effects {
let expected = self.tcx.consts.true_;