]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/issue-21801.rs
Rollup merge of #69213 - LeSeulArtichaut:improve-doc-iter, r=steveklabnik
[rust.git] / src / test / 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) -> Foo where F: FnMut() -> i32'
9 pub use issue_21801::Foo;