提交 689c210b 编写于 作者: R Ralf Jung

fix tests

上级 4821663a
#![feature(rustc_attrs, const_transmute)]
#![allow(const_err)] // make sure we cannot allow away the errors tested here
#![allow(const_err, invalid_value)] // make sure we cannot allow away the errors tested here
use std::mem;
use std::ptr::NonNull;
......
// ignore-tidy-linelength
#![feature(const_transmute)]
#![allow(const_err)] // make sure we cannot allow away the errors tested here
#![allow(const_err, invalid_value)] // make sure we cannot allow away the errors tested here
use std::mem;
......
#![feature(const_transmute)]
#![allow(const_err)] // make sure we cannot allow away the errors tested here
#![allow(const_err, invalid_value)] // make sure we cannot allow away the errors tested here
use std::mem;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册