-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Remove an unnecessary check in in-band lifetime collecting [53016 followup] #53145
Conversation
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
Well maybe it wasn't superfluous after all 🙂 [00:21:41] �[0m�[0m�[1m�[32m Compiling�[0m chalk-engine v0.6.0
[00:21:41] thread 'main' panicked at 'assertion failed: self.lifetimes_to_define.is_empty()', librustc/hir/lowering.rs:658:9
[00:21:41] note: Run with `RUST_BACKTRACE=1` for a backtrace.
[00:21:41]
[00:21:41] error: internal compiler error: unexpected panic
[00:21:41]
[00:21:41] note: the compiler unexpectedly panicked. this is a bug.
[00:21:41]
[00:21:41] note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
[00:21:41]
[00:21:41] note: rustc 1.30.0-dev running on x86_64-unknown-linux-gnu
[00:21:41]
[00:21:41] note: compiler flags: -Z force-unstable-if-unmarked -C opt-level=2 -C prefer-dynamic -C debug-assertions=y -C link-args=-Wl,-rpath,$ORIGIN/../lib --crate-type lib
[00:21:41]
[00:21:41] note: some of the compiler flags provided by cargo are hidden
[00:21:41]
[00:21:41] �[0m�[0m�[1m�[31merror:�[0m Could not compile `chalk-engine`. |
r? @nikomatsakis
Fixing the nit from #53016 (comment)