std.Target.Os.WindowsVersion: non-exhaustive enum

This commit is contained in:
Andrew Kelley 2020-02-28 19:24:52 -05:00
parent e683eee415
commit 1aef0bef75
No known key found for this signature in database
GPG Key ID: 7C5F548F728501A9

View File

@ -91,6 +91,7 @@ pub const Target = struct {
win10_rs4 = 0x0A000005,
win10_rs5 = 0x0A000006,
win10_19h1 = 0x0A000007,
_,
pub const Range = struct {
min: WindowsVersion,