Skip to content

Commit 04d5772

Browse files
committed
fix fallout
1 parent 38dbcb2 commit 04d5772

File tree

1 file changed

+2
-0
lines changed
  • src/test/run-make/rustdoc-default-impl

1 file changed

+2
-0
lines changed

src/test/run-make/rustdoc-default-impl/foo.rs

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
#![feature(optin_builtin_traits)]
12+
1113
pub mod bar {
1214
use std::marker;
1315

0 commit comments

Comments
 (0)