Files
rust/src/test/rustdoc-ui/intra-doc/auxiliary/intra-doc-broken.rs
Joshua Nelson 872acb0c35 Move src/test/rustdoc-ui intra-doc tests into a subdirectory
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.
2020-11-28 21:14:09 -05:00

5 lines
69 B
Rust

#![crate_name = "intra_doc_broken"]
/// [not_found]
pub fn foo() {}