summary refs log tree commit diff
path: root/src/test/ui/issues/issue-58734.stderr
blob: 5e98cfadf8ae7500b8730fa6f8a95c3250eca9ae (plain)
1
2
3
4
5
6
7
8
9
error[E0599]: no function or associated item named `nonexistent` found for trait object `dyn Trait` in the current scope
  --> $DIR/issue-58734.rs:20:12
   |
LL |     Trait::nonexistent(());
   |            ^^^^^^^^^^^ function or associated item not found in `dyn Trait`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0599`.