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

breakage from latest nightly #14

Open
dwrensha opened this issue Jul 30, 2018 · 0 comments
Open

breakage from latest nightly #14

dwrensha opened this issue Jul 30, 2018 · 0 comments

Comments

@dwrensha
Copy link
Owner

dwrensha commented Jul 30, 2018

Due to rust-lang/rust#52597, we get a bunch of errors:

error[E0432]: unresolved import `rustc::mir::Literal`
   --> src/eval_context.rs:815:21
    |
815 |                 use rustc::mir::Literal;
    |                     ^^^^^^^^^^^^^^^^^^^ no `Literal` in `mir`

error[E0433]: failed to resolve. Could not find `Literal` in `mir`
   --> src/step.rs:203:18
    |
203 |             mir::Literal::Value { value: &ty::Const { val: ConstValue::Unevaluated(def_id, substs), .. } } => {
    |                  ^^^^^^^ Could not find `Literal` in `mir`

error[E0433]: failed to resolve. Could not find `Literal` in `mir`
   --> src/step.rs:206:18
    |
206 |             mir::Literal::Value { .. } => {}
    |                  ^^^^^^^ Could not find `Literal` in `mir`

error[E0433]: failed to resolve. Could not find `Literal` in `mir`
   --> src/step.rs:207:18
    |
207 |             mir::Literal::Promoted { index } => {
    |                  ^^^^^^^ Could not find `Literal` in `mir`

error: aborting due to 4 previous errors
@dwrensha dwrensha changed the title breakage from https://github.com/rust-lang/rust/pull/52597 breakage from latest nightly Jul 30, 2018
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

1 participant