]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/issue-43153.rs
Rollup merge of #107580 - lenko-d:default_value_for_a_lifetime_generic_parameter_prod...
[rust.git] / tests / rustdoc / issue-43153.rs
1 // Test that `include!` in a doc test searches relative to the directory in
2 // which the test is declared.
3
4 // compile-flags:--test
5
6 /// ```rust
7 /// include!("auxiliary/empty.rs");
8 /// fn main() {}
9 /// ```
10 pub struct Foo;