Separate feature flags
Co-authored-by: Ivan Tham <pickfire@riseup.net>
This commit is contained in:
parent
4b5cd544d1
commit
47668edb64
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
// run-pass
|
||||
#![feature(const_discriminant, test)]
|
||||
#![feature(const_discriminant)]
|
||||
#![feature(test)]
|
||||
#![allow(dead_code)]
|
||||
|
||||
use std::mem::{discriminant, Discriminant};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue