- cdb version:
Microsoft (R) Windows Debugger Version 10.0.26100.1742 AMD64
This test is failing locally for me due to
error: check directive(s) from `X:\repos\rust\tests\debuginfo\pretty-std.rs` not found in debugger output. errors:
(pretty-std.rs:114) `os_string : "IAMA OS string [...]" [Type: std::ffi::os_str::OsString]`
(pretty-std.rs:116) ` [chars] : "IAMA OS string [...]"`
The actual cdb output is
0:000> dx os_string
os_string : "IAMA OS string 😃" [Type: std::ffi::os_str::OsString [<Raw View>] [Type: std::ffi::os_str::OsString]
[chars] : "IAMA OS string 😃0:000> dx some
some : Some [Type: enum2$<core::option::Option<i16> >]
[<Raw View>] [Type: enum2$<core::option::Option<i16> >]
[+0x002] __0 : 8 [Type: short]
(Hm, that seems to be missing a newline in between?)
Microsoft (R) Windows Debugger Version 10.0.26100.1742 AMD64This test is failing locally for me due to
The actual
cdboutput is(Hm, that seems to be missing a newline in between?)