Skip to content

Commit c541c0f

Browse files
committed
---
yaml --- r: 176949 b: refs/heads/snap-stage3 c: 3c17239 h: refs/heads/master i: 176947: 544b8e2 v: v3
1 parent 628d0e5 commit c541c0f

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,7 +1,7 @@
11
---
22
refs/heads/master: a530cc9706324ad44dba464d541a807eb5afdb08
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: abc56a011a0c00ac85a896957ff6182d3d86f4aa
4+
refs/heads/snap-stage3: 3c172392cf0c86ffd1d7b39d3f44de98f77afc44
55
refs/heads/try: fde4472848b662a4d1236388c4cf15e2450237e6
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d

branches/snap-stage3/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)