output compiler message updated
output message is shown in another 'help:' block line with +100 columns formatted test adjusted
This commit is contained in:
@@ -2947,6 +2947,7 @@ impl<'a> Parser<'a> {
|
||||
{ // Foo<Bar<Baz<Qux, ()>>>
|
||||
err.help(
|
||||
"use `::<...>` instead of `<...>` if you meant to specify type arguments");
|
||||
err.help("or use `(...)` if you meant to specify fn arguments");
|
||||
}
|
||||
err.emit();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user