fix error message string

master
Sebastien Bourdeauducq 2022-03-02 08:04:15 +08:00
parent d1e172501d
commit da039e3acf
1 changed files with 1 additions and 1 deletions

View File

@ -806,7 +806,7 @@ impl TopLevelComposer {
.as_ref()
.ok_or_else(|| {
format!(
"function parameter `{}` at {} need type annotation",
"function parameter `{}` needs type annotation at {}",
x.node.arg, x.location
)
})?