Skip to content

Commit d0f5a7e

Browse files
committed
---
yaml --- r: 196074 b: refs/heads/beta c: 3d8df31 h: refs/heads/master v: v3
1 parent 240a8fc commit d0f5a7e

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ refs/tags/0.12.0: f0c419429ef30723ceaf6b42f9b5a2aeb5d2e2d1
2929
refs/heads/automation-fail: 1bf06495443584539b958873e04cc2f864ab10e4
3030
refs/heads/batch: b7fd822592a4fb577552d93010c4a4e14f314346
3131
refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
32-
refs/heads/beta: d81e86622ca6864c6510d1cb072fcbfc6be2ea3d
32+
refs/heads/beta: 3d8df315408123f2d4a1ecd4663100dca0045a86
3333
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
3434
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
3535
refs/heads/tmp: 9de34a84bb300bab1bf0227f577331620cd60511

branches/beta/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"

branches/beta/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)