]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_trait_selection/src/traits/relationships.rs
rustc_trait_selection changes
[rust.git] / compiler / rustc_trait_selection / src / traits / relationships.rs
index b13646ba1a0c27e4a24154c0836d5acbb5b51349..56bdeafeecae4d1d875d769a855c9d9a8797d2cc 100644 (file)
@@ -23,7 +23,7 @@ pub(crate) fn update<'tcx, T>(
             ..tpred.trait_ref
         };
 
-        // Then contstruct a new obligation with Self = () added
+        // Then construct a new obligation with Self = () added
         // to the ParamEnv, and see if it holds.
         let o = rustc_infer::traits::Obligation::new(
             ObligationCause::dummy(),