discrimant test must not be inlined!
This commit is contained in:
parent
4b724e82d2
commit
314da73797
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
use std::mem::{discriminant, Discriminant};
|
||||
|
||||
#[inline(never)]
|
||||
fn identity<T>(x: T) -> T { x }
|
||||
|
||||
enum Test {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue