提交 9b497abb 编写于 作者: R Ralf Jung

liballoc tests: avoid int2ptr cast

上级 221bdb62
......@@ -207,7 +207,7 @@ fn test_format_macro_interface() {
{
let val = usize::MAX;
let exp = format!("{val:#x}");
t!(format!("{:p}", val as *const isize), exp);
t!(format!("{:p}", std::ptr::invalid::<isize>(val)), exp);
}
// Escaping
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册