Closed
Description
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 #28 (comment).
Metadata
Assignees
Labels
No labels