Open smessmer opened 1 month ago
Rust 1.82 introduced precise capturing, see https://blog.rust-lang.org/2024/10/17/Rust-1.82.0.html#precise-capturing-use-syntax
Using this in a function annotated with #[instrument] fails with
#[instrument]
expected identifier, found keyword `use`
tracing 0.1.40
Ubuntu x86_64
Bug Report
Rust 1.82 introduced precise capturing, see https://blog.rust-lang.org/2024/10/17/Rust-1.82.0.html#precise-capturing-use-syntax
Using this in a function annotated with
#[instrument]
fails withVersion
tracing 0.1.40
Platform
Ubuntu x86_64