Skip to content

Commit 3d8df31

Browse files
committed
Path rustdoc test
1 parent d81e866 commit 3d8df31

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/test/run-make/rustdoc-extern-method/bar.rs

Lines changed: 2 additions & 0 deletions
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(unboxed_closures)]
12+
1113
extern crate foo;
1214

1315
// @has bar/trait.Foo.html //pre "pub trait Foo"

src/test/run-make/rustdoc-extern-method/foo.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// except according to those terms.
1010

1111
#![crate_type="lib"]
12+
#![feature(unboxed_closures)]
1213

1314
pub trait Foo {
1415
extern "rust-call" fn foo(&self, _: ()) -> i32;

0 commit comments

Comments
 (0)