mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
parent
b3ef934ccb
commit
25242fe93f
395 changed files with 14569 additions and 5755 deletions
|
@ -16,7 +16,7 @@ pub(crate) fn unresolved_module(
|
|||
"unresolved-module",
|
||||
match &*d.candidates {
|
||||
[] => "unresolved module".to_string(),
|
||||
[candidate] => format!("unresolved module, can't find module file: {}", candidate),
|
||||
[candidate] => format!("unresolved module, can't find module file: {candidate}"),
|
||||
[candidates @ .., last] => {
|
||||
format!(
|
||||
"unresolved module, can't find module file: {}, or {}",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue