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

cargo test generate lots of Broken MIR #219

Closed
sebcrozet opened this issue Feb 15, 2017 · 3 comments
Closed

cargo test generate lots of Broken MIR #219

sebcrozet opened this issue Feb 15, 2017 · 3 comments

Comments

@sebcrozet
Copy link
Member

Looks like the compiler (MIR generator ?) fails to match type-level integers with the result of a type-level integer operation, e.g., it thinks that U3 != <U4 as Sub<U1>>::Output.

@jonas-schievink
Copy link

A similar looking error was reported in rust-lang/rust#39367

@milibopp
Copy link
Collaborator

Is this still happening in current Rust? The aforementioned issue has since been resolved and I can't see anything happening, when running cargo test.

@sebcrozet
Copy link
Member Author

No, this is no longer happening, let's close this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants