]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/failed-doctest-compile-fail.rs
Auto merge of #63994 - Centril:refactor-qualify-consts, r=spastorino,oli-obk
[rust.git] / src / test / rustdoc-ui / failed-doctest-compile-fail.rs
1 // FIXME: if/when the output of the test harness can be tested on its own, this test should be
2 // adapted to use that, and that normalize line can go away
3
4 // compile-flags:--test
5 // normalize-stdout-test: "src/test/rustdoc-ui" -> "$$DIR"
6 // failure-status: 101
7
8 /// ```compile_fail
9 /// println!("Hello");
10 /// ```
11 pub struct Foo;