-
Notifications
You must be signed in to change notification settings - Fork 456
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
New version of tracing breaks build #270
Comments
I have reproduced the issue, sadly, I don't know how to fix it. It might be a compiler bug, not sure... |
Its a bug in tracing, see tokio-rs/tracing#2761, tokio-rs/tracing#2757 |
Fixed by tokio-rs/tracing#2762, closing then |
I'm going to lock this issue because it has been closed for 30 days. ⏳ This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Run
cargo install --git https://github.com/sxyazi/yazi.git
. It will returns a ton of error about missingoption
,iter
... incore
.Don't know what's wrong, I've set up a simple app and used tracing to log out an Option but it works fine.
Work around for now is
cargo install --locked --git https://github.com/sxyazi/yazi.git
The text was updated successfully, but these errors were encountered: