Skip to content

Commit

Permalink
tweak const-valid test
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Aug 30, 2019
1 parent 72b2abf commit cf57409
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/ui/consts/const-eval/valid-const.rs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit cf57409

Please sign in to comment.