Skip to content

Commit 3c17239

Browse files
committed
Merge fixes
1 parent abc56a0 commit 3c17239

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/compile-fail/missing_debug_impls.rs

+2-1
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)