rust-analyzer/crates/proc-macro-api/src
Wilfred Hughes c981ff0944 fix: Tracing span names should match function names
When viewing traces, it's slightly confusing when the span name doesn't
match the function name. Ensure the names are consistent.

(It might be worth moving most of these to use #[tracing::instrument]
so the name can never go stale. @davidbarsky suggested that is marginally
slower, so I've just done the simple change here.)
2024-04-30 11:22:47 -07:00
..
msg internal: Remove span trait 2024-03-21 20:08:30 +01:00
lib.rs fix: Tracing span names should match function names 2024-04-30 11:22:47 -07:00
msg.rs internal: Enforce utf8 paths 2024-03-19 15:39:00 +01:00
process.rs Show workspace info in the status bar 2024-04-26 11:28:33 +02:00
version.rs proc-macro-api: Fix warnings about clippy str_to_string rule 2024-02-10 01:00:40 +09:00