]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/infer/lexical_region_resolve/mod.rs
Auto merge of #62908 - fakenine:normalize_use_of_backticks_compiler_messages_p17...
[rust.git] / src / librustc / infer / lexical_region_resolve / mod.rs
index 4bfe953e45c0bb601d80d72f8cf25eb5ff701602..6282fde59cad4dadfcbe3856a1e5d84933fe9011 100644 (file)
@@ -874,7 +874,7 @@ fn iterate_until_fixed_point<F>(&self, tag: &str, mut body: F)
             constraints.retain(|constraint| {
                 let (edge_changed, retain) = body(constraint);
                 if edge_changed {
-                    debug!("Updated due to constraint {:?}", constraint);
+                    debug!("updated due to constraint {:?}", constraint);
                     changed = true;
                 }
                 retain