]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/dyn-star/upcast.stderr
Rollup merge of #106353 - lukas-code:reduce-red-lines-in-my-ide, r=wesleywiser
[rust.git] / src / test / ui / dyn-star / upcast.stderr
index 6a95f7754e68548d8abb417105c7bb88d2e62dbd..74ccd6a1889cd22c7028bb3f260b0f3c412f1bfd 100644 (file)
@@ -4,7 +4,7 @@ warning: the feature `dyn_star` is incomplete and may not be safe to use and/or
 LL | #![feature(dyn_star, trait_upcasting)]
    |            ^^^^^^^^
    |
-   = note: see issue #91611 <https://github.com/rust-lang/rust/issues/91611> for more information
+   = note: see issue #102425 <https://github.com/rust-lang/rust/issues/102425> for more information
    = note: `#[warn(incomplete_features)]` on by default
 
 error[E0277]: `dyn* Foo` needs to be a pointer-sized type