add missing feature flag
This commit is contained in:
parent
47668edb64
commit
284b16913a
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
// run-pass
|
||||
// Test a ZST enum whose dicriminant is ~0i128. This caused an ICE when casting to a i32.
|
||||
#![feature(test)]
|
||||
use std::hint::black_box;
|
||||
|
||||
#[derive(Copy, Clone)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue