Miri should use rustc's compiler error macros to ease the eventual merge into rustc itself. So, instead of `panic!` or `unimplemented!`, use `span_bug!`, `bug!`, etc. I believe these come from `#[macro_use] extern crate rustc;`. Prompted by https://github.com/solson/miri/pull/28#discussion_r67719292.