Skip to content

Commit 7490624

Browse files
committed
---
yaml --- r: 175420 b: refs/heads/master c: 3c17239 h: refs/heads/master v: v3
1 parent 8cb2e68 commit 7490624

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: abc56a011a0c00ac85a896957ff6182d3d86f4aa
2+
refs/heads/master: 3c172392cf0c86ffd1d7b39d3f44de98f77afc44
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 777435990e0e91df6b72ce80c9b6fa485eeb5daa
55
refs/heads/try: 08f6380a9f0b866796080094f44fe25ea5636547

trunk/src/test/compile-fail/missing_debug_impls.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010

1111
// compile-flags: --crate-type lib
1212
#![deny(missing_debug_implementations)]
13-
#![allow(unused, unstable, missing_copy_implementations)]
13+
#![allow(unused, missing_copy_implementations)]
14+
#![feature(core)]
1415

1516
use std::fmt;
1617

0 commit comments

Comments
 (0)