Skip to content

Commit ec8a8a0

Browse files
committed
Auto merge of #12038 - ehuss:beta-Win32_System_Console, r=weihanglo
[beta-1.70] backport add the Win32_System_Console feature This is a beta backport of #12016 which is required to build the cargo library on Windows. This also includes #12011 to get CI passing.
2 parents 4d28f23 + 07e53ab commit ec8a8a0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ version = "0.45"
9090
features = [
9191
"Win32_Foundation",
9292
"Win32_Storage_FileSystem",
93+
"Win32_System_Console",
9394
"Win32_System_IO",
9495
"Win32_System_Threading",
9596
"Win32_System_JobObjects",

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)