You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like debug info is completely broken on the newest toolchain; the test_basic_debug_info_32 and test_basic_debug_info_64 tests we have fail here:
assert_eq!(frame.line(), Some(line as u32 + 1));
assert_eq!(frame.full_name().unwrap().to_string(), "read_u32");
The line is wrong, and the strings in the debug info are all "cap" for some reason.
The text was updated successfully, but these errors were encountered:
It seems like debug info is completely broken on the newest toolchain; the
test_basic_debug_info_32
andtest_basic_debug_info_64
tests we have fail here:The line is wrong, and the strings in the debug info are all
"cap"
for some reason.The text was updated successfully, but these errors were encountered: