os-rust/src/test/ui/class-cast-to-trait.stderr

10 lines
326 B
Text
Raw Normal View History

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`.