]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_typeck/astconv.rs
Rollup merge of #68727 - xfix:remove-comment-about-pretty-printer-in-format-tests...
[rust.git] / src / librustc_typeck / astconv.rs
index 89eeed8d11ebc5a189b4567a3befa05c09e3e11e..c2123876b679bbfa5b83c38af2e86cf54e1f926e 100644 (file)
@@ -2220,7 +2220,7 @@ pub fn associated_path_to_ty(
 
             let mut could_refer_to = |kind: DefKind, def_id, also| {
                 let note_msg = format!(
-                    "`{}` could{} refer to {} defined here",
+                    "`{}` could{} refer to the {} defined here",
                     assoc_ident,
                     also,
                     kind.descr(def_id)