We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d81e866 commit 3d8df31Copy full SHA for 3d8df31
src/test/run-make/rustdoc-extern-method/bar.rs
@@ -8,6 +8,8 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
+#![feature(unboxed_closures)]
12
+
13
extern crate foo;
14
15
// @has bar/trait.Foo.html //pre "pub trait Foo"
src/test/run-make/rustdoc-extern-method/foo.rs
@@ -9,6 +9,7 @@
#![crate_type="lib"]
pub trait Foo {
extern "rust-call" fn foo(&self, _: ()) -> i32;
0 commit comments