tweak const-valid test
This commit is contained in:
parent
72b2abfd65
commit
cf574091fb
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue