2018-12-16 22:21:47 -05:00
|
|
|
error[E0599]: no method named `eat` found for type `std::boxed::Box<dyn Noisy>` in the current scope
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/class-cast-to-trait.rs:53:8
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
|
|
|
LL | nyan.eat(); //~ ERROR no method named `eat` found
|
|
|
|
| ^^^
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0599`.
|