Skip to content

Commit 07e53ab

Browse files
borsehuss
authored andcommitted
Auto merge of #12011 - ehuss:fix-semver-checks, r=epage
Fix semver checks for 1.69 There is a small wording change in the 1.69 release that was causing this test to fail.
1 parent 73dc7d5 commit 07e53ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/semver.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@ pub fn foo<T, U>() {}
944944
use updated_crate::foo;
945945
946946
fn main() {
947-
foo::<u8>(); // Error: this function takes 2 generic arguments but 1 generic argument was supplied
947+
foo::<u8>(); // Error: function takes 2 generic arguments but 1 generic argument was supplied
948948
}
949949
```
950950

0 commit comments

Comments
 (0)