about summary refs log tree commit diff
path: root/tests/rustdoc/inline_cross/sugar-closure-crate-21801.rs
blob: 0cd400c03eccf9fb8babfd8f018c028ef910f4cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//@ aux-build:issue-21801.rs
//@ ignore-cross-compile

// https://github.com/rust-lang/rust/issues/21801
#![crate_name="issue_21801"]

extern crate issue_21801;

//@ has issue_21801/struct.Foo.html
//@ has - '//*[@id="method.new"]' \
//        'fn new<F>(f: F) -> Foowhere F: FnMut() -> i32'
pub use issue_21801::Foo;