This also changes the builder to allow using `x.py test src/test/rustdoc-ui/intra-doc`; before, it would panic that no paths were found.
5 lines
69 B
Rust
5 lines
69 B
Rust
#![crate_name = "intra_doc_broken"]
|
|
|
|
/// [not_found]
|
|
pub fn foo() {}
|