File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1698,7 +1698,7 @@ pub enum Level {
1698
1698
/// internal overflows, some file operation errors.
1699
1699
///
1700
1700
/// Its `EmissionGuarantee` is `FatalAbort`, except in the non-aborting "almost fatal" case
1701
- /// that is occasionaly used, where it is `FatalError`.
1701
+ /// that is occasionally used, where it is `FatalError`.
1702
1702
Fatal ,
1703
1703
1704
1704
/// An error in the code being compiled, which prevents compilation from finishing. This is the
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ impl<'tcx> FnCtxt<'_, 'tcx> {
85
85
return false ;
86
86
}
87
87
88
- // not setting the `fallback_has_occured ` field here because
88
+ // not setting the `fallback_has_occurred ` field here because
89
89
// that field is only used for type fallback diagnostics.
90
90
for effect in unsolved_effects {
91
91
let expected = self . tcx . consts . true_ ;
You can’t perform that action at this time.
0 commit comments