]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/class-cast-to-trait.stderr
Rollup merge of #95353 - jyn514:invalid-filter-hard-error, r=Mark-Simulacrum
[rust.git] / src / test / ui / class-cast-to-trait.stderr
index a1a3ead581265f10e9eecdcbc09ca0e49468398c..56d10d88d8b25a68cb0c61d34f47c97efd8804da 100644 (file)
@@ -1,4 +1,4 @@
-error[E0599]: no method named `eat` found for struct `Box` in the current scope
+error[E0599]: no method named `eat` found for struct `Box<dyn Noisy>` in the current scope
   --> $DIR/class-cast-to-trait.rs:53:8
    |
 LL |   nyan.eat();