]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/issue-21801.rs
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
[rust.git] / tests / rustdoc / issue-21801.rs
1 // aux-build:issue-21801.rs
2 // ignore-cross-compile
3
4 extern crate issue_21801;
5
6 // @has issue_21801/struct.Foo.html
7 // @has - '//*[@id="method.new"]' \
8 //        'fn new<F>(f: F) -> Foowhere F: FnMut() -> i32'
9 pub use issue_21801::Foo;