Fix a compile-fail test

This commit is contained in:
Oliver Scherer 2018-11-27 09:43:16 +01:00
parent 16d2a92b3d
commit ac47bd725f

View file

@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
#![feature(const_fn)]
#![feature(const_fn, const_let)]
const X : usize = 2;