2020-01-08 08:05:31 -08:00
|
|
|
error[E0599]: no function or associated item named `nonexistent` found for trait object `dyn Trait` in the current scope
|
2019-03-04 19:24:52 -08:00
|
|
|
--> $DIR/issue-58734.rs:20:12
|
|
|
|
|
|
|
|
|
LL | Trait::nonexistent(());
|
2019-03-23 14:10:29 -07:00
|
|
|
| ^^^^^^^^^^^ function or associated item not found in `dyn Trait`
|
2019-03-04 19:24:52 -08:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0599`.
|