rust/tests/rustdoc/ice-type-error-19181.rs

7 lines
162 B
Rust

//@ compile-flags:--test
// https://github.com/rust-lang/rust/issues/19181
// rustdoc should not panic when target crate has compilation errors
fn main() { 0 }