We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a239113 commit 77d5645Copy full SHA for 77d5645
src/tools/rust-analyzer/crates/ide/src/moniker.rs
@@ -415,8 +415,7 @@ fn display<T: HirDisplay>(
415
Err(_) => {
416
let fallback_result = it.display(db, edition).to_string();
417
tracing::error!(
418
- "display_source_code failed. Falling back to using display, which has result: {}",
419
- fallback_result
+ display = %fallback_result, "`display_source_code` failed; falling back to using display"
420
);
421
fallback_result
422
}
0 commit comments