File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
branches/snap-stage3/src/test/compile-fail Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: a530cc9706324ad44dba464d541a807eb5afdb08
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: abc56a011a0c00ac85a896957ff6182d3d86f4aa
4
+ refs/heads/snap-stage3: 3c172392cf0c86ffd1d7b39d3f44de98f77afc44
5
5
refs/heads/try: fde4472848b662a4d1236388c4cf15e2450237e6
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
Original file line number Diff line number Diff line change 10
10
11
11
// compile-flags: --crate-type lib
12
12
#![ deny( missing_debug_implementations) ]
13
- #![ allow( unused, unstable, missing_copy_implementations) ]
13
+ #![ allow( unused, missing_copy_implementations) ]
14
+ #![ feature( core) ]
14
15
15
16
use std:: fmt;
16
17
You can’t perform that action at this time.
0 commit comments