summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc/issue-21801.rs
blob: 2a586b6ff6cdcfe3f427800bfe57cdeabb89c50f (plain)
1
2
3
4
5
6
7
8
9
// aux-build:issue-21801.rs
// ignore-cross-compile

extern crate issue_21801;

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