mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
Fix semver checks for 1.69
This commit is contained in:
parent
71ec5eecb2
commit
093ba86a28
@ -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
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user