Skip to content

Use rustc's compiler error macros. #32

Closed
@solson

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions