]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/suggestions/type-ascription-instead-of-method.stderr
New upstream version 1.46.0~beta.2+dfsg1
[rustc.git] / src / test / ui / suggestions / type-ascription-instead-of-method.stderr
index 998129ebd1d400d12e12af6ec8c701b10619a2b0..c111b4a9bc706e038a585f018641b46e898a6b4a 100644 (file)
@@ -7,7 +7,6 @@ LL |     Box:new("foo".to_string())
    |        help: maybe write a path separator here: `::`
    |
    = note: `#![feature(type_ascription)]` lets you annotate an expression with a type: `<expr>: <type>`
-   = note: see issue #23416 <https://github.com/rust-lang/rust/issues/23416> for more information
 
 error: aborting due to previous error