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

tracing-appender: Build error with rust-nightly: type annotations needed for Box<_> #2977

Open
coolbluewater opened this issue May 21, 2024 · 2 comments · May be fixed by #2990
Open

tracing-appender: Build error with rust-nightly: type annotations needed for Box<_> #2977

coolbluewater opened this issue May 21, 2024 · 2 comments · May be fixed by #2990

Comments

@coolbluewater
Copy link

Bug Report

Version

tracing-appender v0.2.3

Platform

Crates

Description

Does not build against the latest Rust nightly.
According to time-rs/time#681, just need to update the time dependency to the latest version

@davidbarsky
Copy link
Member

Oh, good to know. What is the error specifically?

@coolbluewater
Copy link
Author

See time-rs/time#681, it's exactly the same error.
The fix is simple, so can we please have it soon?
Cheers

kaffarell added a commit to kaffarell/tracing that referenced this issue May 31, 2024
Bumped the time crate to latest, they fixed some rust-nightly lint
errors (time-rs/time#681).

Fixes: tokio-rs#2977
kaffarell added a commit to kaffarell/tracing that referenced this issue May 31, 2024
Bumped the time crate to latest, they fixed some rust-nightly lint
errors (time-rs/time#681).

Fixes: tokio-rs#2977
@kaffarell kaffarell linked a pull request May 31, 2024 that will close this 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

Successfully merging a pull request may close this issue.

2 participants