We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 662232c commit a5e3625Copy full SHA for a5e3625
src/test/run-pass/issue-29740.rs
@@ -11,6 +11,8 @@
11
// Regression test for #29740. Inefficient MIR matching algorithms
12
// generated way too much code for this sort of case, leading to OOM.
13
14
+// ignore-pretty
15
+
16
pub mod KeyboardEventConstants {
17
pub const DOM_KEY_LOCATION_STANDARD: u32 = 0;
18
pub const DOM_KEY_LOCATION_LEFT: u32 = 1;
0 commit comments