-
Notifications
You must be signed in to change notification settings - Fork 784
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
Fix panic on startup in debug build #5917
Conversation
0e59ac1
to
a9336f1
Compare
The CI failure in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
I also ran into the same issue and made the changes locally but never remembered to commit 💀 . Thanks!
@ackintosh looks like CI needs some fixes - I think the beta compiler failure may not be related to your changes but a new Rust beta version. The CLI help needs a fix though, if you run ``make cli-local |
Beta compiler fix is in #5916 |
Thanks @jimmygchen ! |
@Mergifyio queue |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at 5789db0 |
Issue Addressed
Lighthouse in debug build panics on startup with the following error:
Proposed Changes
It was because the alias was specified as the same as the subcommand name, so I removed it.