about summary refs log tree commit diff
path: root/src/test/rustdoc/intra-link-prim-methods-local.rs
AgeCommit message (Collapse)AuthorLines
2020-11-28Move `src/test/rustdoc` intra-doc link tests into a subdirectoryJoshua Nelson-28/+0
They were starting to get unwieldy.
2020-07-30intra_doc_resolution_failures -> broken_intra_doc_linksManish Goregaokar-1/+1
2020-07-30Rename to intra_doc_resolution_failuresManish Goregaokar-1/+1
2020-07-29Rename usage of intra_doc_link_resolution_failureManish Goregaokar-1/+1
2020-07-08Apply #![crate_type = "rlib"] directly to the linkerSeth Pellegrino-0/+1
2020-07-07ignore-tidy-linelength for @has assertionsSeth Pellegrino-0/+2
2020-07-07Assert current behavior for linksSeth Pellegrino-0/+4
For the two of these tests that have a local `char` to link to, this behavior isn't what's expected, but is what's happening presently.
2020-07-06Two new rustdoc tests for intra linksSeth Pellegrino-0/+21
They both produce less-than-desirable output (links going to docs.rust-lang.org), but I haven't figured out yet how to assert about them properly.