tweak const-valid test
This commit is contained in:
parent
72b2abfd65
commit
cf574091fb
@ -1,7 +1,8 @@
|
||||
// build-pass (FIXME(62277): could be check-pass?)
|
||||
// check-pass
|
||||
|
||||
// Some constants that *are* valid
|
||||
#![feature(const_transmute)]
|
||||
#![deny(const_err)]
|
||||
|
||||
use std::mem;
|
||||
use std::ptr::NonNull;
|
||||
|
Loading…
Reference in New Issue
Block a user