Skip to content

Commit 69be516

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 df504e1 commit 69be516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/semver.md

Lines changed: 1 addition & 1 deletion
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)