We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cb2e68 commit 7490624Copy full SHA for 7490624
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: abc56a011a0c00ac85a896957ff6182d3d86f4aa
+refs/heads/master: 3c172392cf0c86ffd1d7b39d3f44de98f77afc44
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 777435990e0e91df6b72ce80c9b6fa485eeb5daa
5
refs/heads/try: 08f6380a9f0b866796080094f44fe25ea5636547
trunk/src/test/compile-fail/missing_debug_impls.rs
@@ -10,7 +10,8 @@
10
11
// compile-flags: --crate-type lib
12
#![deny(missing_debug_implementations)]
13
-#![allow(unused, unstable, missing_copy_implementations)]
+#![allow(unused, missing_copy_implementations)]
14
+#![feature(core)]
15
16
use std::fmt;
17
0 commit comments