// check-pass // compile-flags:--test // normalize-stdout-test: "tests/rustdoc-ui" -> "$$DIR" // normalize-stdout-test "finished in \d+\.\d+s" -> "finished in $$TIME" // Make sure `cfg(doctest)` is set when finding doctests but not inside // the doctests. /// ``` /// assert!(!cfg!(doctest)); /// ``` #[cfg(doctest)] pub struct Foo;