]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_codegen_llvm/back/link.rs
Rollup merge of #58680 - varkor:xpy-help-index-error, r=alexcrichton
[rust.git] / src / librustc_codegen_llvm / back / link.rs
index a3b34485715a75cc5431d3f10c0205dddee55738..819f7f9410257cd483afca9138a9c5485a5f8a46 100644 (file)
@@ -808,7 +808,7 @@ struct Escape<'a> {
     }
 
     impl<'a> fmt::Display for Escape<'a> {
-        fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
+        fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
             if self.is_like_msvc {
                 // This is "documented" at
                 // https://msdn.microsoft.com/en-us/library/4xdcbak7.aspx