]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/issue-21801.rs
Rollup merge of #107819 - clubby789:x-py-root, r=jyn514
[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;