Make method calls work. There are two problems here: - [x] basic method calls. This probably requires implementing `OP_FUNCALL` in our evaluator - [ ] calls via traits. I think we probably don't have the necessary debuginfo for this, so we'll need to at least file a bug against rustc