Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use rustc's compiler error macros. #32

Closed
solson opened this Issue Jun 20, 2016 · 0 comments

Comments

Projects
None yet
1 participant
@solson
Copy link
Member

solson commented Jun 20, 2016

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).

@solson solson added the refactor label Jun 20, 2016

@solson solson modified the milestone: Things to do before adding miri to rustc Aug 17, 2016

@solson solson closed this in #47 Sep 7, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.