We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b724e8 commit 314da73Copy full SHA for 314da73
src/test/ui/consts/const_discriminant.rs
@@ -4,6 +4,7 @@
4
5
use std::mem::{discriminant, Discriminant};
6
7
+#[inline(never)]
8
fn identity<T>(x: T) -> T { x }
9
10
enum Test {
0 commit comments