tokio-rs / tracing

Application level tracing for Rust.
https://tracing.rs
MIT License
5.39k stars 707 forks source link

tracing-attributes: support const values for `target` and `name` #2917

Closed mbrobbel closed 5 months ago

mbrobbel commented 6 months ago

Motivation

Fixes: #2460

Solution

Following the suggestion from https://github.com/tokio-rs/tracing/issues/2460#issuecomment-1421477632.

dpc commented 5 months ago

@mbrobbel Do you know what's the dael with that failing "warnings"?

mbrobbel commented 5 months ago

@mbrobbel Do you know what's the dael with that failing "warnings"?

They are unrelated to the changes in this PR.

mbrobbel commented 5 months ago

Superseded by #2941