Skip to content

Commit

Permalink
Auto merge of #12011 - ehuss:fix-semver-checks, r=epage
Browse files Browse the repository at this point in the history
Fix semver checks for 1.69

There is a small wording change in the 1.69 release that was causing this test to fail.
  • Loading branch information
bors committed Apr 20, 2023
2 parents 71ec5ee + 093ba86 commit 5cf3bb9
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 5cf3bb9

Please sign in to comment.