]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-13853-2.stderr
Auto merge of #53237 - overdrivenpotato:wasm-export-table, r=alexcrichton
[rust.git] / src / test / ui / issues / issue-13853-2.stderr
1 error[E0615]: attempted to take value of method `get` on type `std::boxed::Box<(dyn ResponseHook + 'static)>`
2   --> $DIR/issue-13853-2.rs:15:39
3    |
4 LL | fn foo(res : Box<ResponseHook>) { res.get } //~ ERROR attempted to take value of method
5    |                                       ^^^
6    |
7    = help: maybe a `()` to call it is missing?
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0615`.