]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/issue-43153.rs
Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b' into clippyup
[rust.git] / src / test / 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;