1
Fork 0

note -> help

This commit is contained in:
Michael Goulet 2023-01-17 03:09:49 +00:00
parent 716ea5f19c
commit 21725774a2
11 changed files with 26 additions and 26 deletions

View file

@ -2465,7 +2465,7 @@ fn show_candidates(
msg.push_str(&candidate.0);
}
err.note(&msg);
err.help(&msg);
}
} else if !matches!(mode, DiagnosticMode::Import) {
assert!(!inaccessible_path_strings.is_empty());