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.
2 parents cc17afb + 3073edb commit 0d88953Copy full SHA for 0d88953
src/doc/src/reference/semver.md
@@ -943,7 +943,7 @@ pub fn foo<T, U>() {}
943
use updated_crate::foo;
944
945
fn main() {
946
- foo::<u8>(); // Error: this function takes 2 type arguments but only 1 type argument was supplied
+ foo::<u8>(); // Error: this function takes 2 generic arguments but 1 generic argument was supplied
947
}
948
```
949
0 commit comments