Skip to content

Commit

Permalink
Fix semver checks for 1.69
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Apr 20, 2023
1 parent 71ec5ee commit 093ba86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/src/reference/semver.md
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@ pub fn foo<T, U>() {}
use updated_crate::foo;
fn main() {
foo::<u8>(); // Error: this function takes 2 generic arguments but 1 generic argument was supplied
foo::<u8>(); // Error: function takes 2 generic arguments but 1 generic argument was supplied
}
```

Expand Down

0 comments on commit 093ba86

Please sign in to comment.