Skip to content

Commit c4fbec3

Browse files
committed
---
yaml --- r: 196301 b: refs/heads/tmp c: 3d8df31 h: refs/heads/master i: 196299: 8785ccf v: v3
1 parent cde6a08 commit c4fbec3

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
@@ -32,7 +32,7 @@ refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
3232
refs/heads/beta: 9854143cba679834bc4ef932858cd5303f015a0e
3333
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
3434
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
35-
refs/heads/tmp: d81e86622ca6864c6510d1cb072fcbfc6be2ea3d
35+
refs/heads/tmp: 3d8df315408123f2d4a1ecd4663100dca0045a86
3636
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
3737
refs/tags/homu-tmp: 53a183f0274316596bf9405944d4f0468d8c93e4
3838
refs/heads/gate: 97c84447b65164731087ea82685580cc81424412

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