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

Panic in summarize #66

Closed
lnicola opened this issue Oct 10, 2019 · 4 comments
Closed

Panic in summarize #66

lnicola opened this issue Oct 10, 2019 · 4 comments

Comments

@lnicola
Copy link
Member

lnicola commented Oct 10, 2019

$ cargo new hello
$ cd hello
$ RUSTFLAGS=-Zself-profile cargo build
$ ~/measureme/target/release/summarize summarize hello-750698
thread 'main' panicked at 'assertion failed: `(left == right)`
  left: `"codegen_and_optimize_crate"`,
 right: `"codegen_crate"`', summarize/src/analysis.rs:121:17
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
@andjo403
Copy link
Contributor

think that this have already been fixed rust-lang/rust#65137 what version of rustc are you using?

@wesleywiser
Copy link
Member

rust-lang/rust#65137 landed 3 days ago so you probably need a nightly from the last two days to get that fix.

@lnicola
Copy link
Member Author

lnicola commented Oct 10, 2019

Good point, sorry. I'll try to update.

@lnicola lnicola closed this as completed Oct 10, 2019
@wesleywiser
Copy link
Member

No worries! Let us know if you're still seeing the issue 🙂

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