]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_middle/src/traits/mod.rs
Rollup merge of #98506 - compiler-errors:object-safety-suggestions, r=oli-obk
[rust.git] / compiler / rustc_middle / src / traits / mod.rs
index 6ec950b05e7a00aff49e4a88754a174cb1738f60..ed8de24a65eefbf3b93d90746d9575d072c484f4 100644 (file)
@@ -406,7 +406,7 @@ pub enum ObligationCauseCode<'tcx> {
     QuestionMark,
 
     /// Well-formed checking. If a `WellFormedLoc` is provided,
-    /// then it will be used to eprform HIR-based wf checking
+    /// then it will be used to perform HIR-based wf checking
     /// after an error occurs, in order to generate a more precise error span.
     /// This is purely for diagnostic purposes - it is always
     /// correct to use `MiscObligation` instead, or to specify