diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-02-24 05:56:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-24 05:56:02 +0100 |
| commit | f01ebc56dc9000f0f6507121e6702f83c2b8d2e2 (patch) | |
| tree | 7834d105ea47e53e915001dd824573f74ccffb04 /src/test | |
| parent | 1082a292eafef01a24376b82be4dc875e595691e (diff) | |
| parent | aa0fa752c455eca11db012be76caa94b15804350 (diff) | |
Rollup merge of #58642 - tspiteri:intra-rustdoc-prim-method, r=GuillaumeGomez
rustdoc: support methods on primitives in intra-doc links Fixes #58598.
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/rustdoc/intra-link-prim-methods.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/rustdoc/intra-link-prim-methods.rs b/src/test/rustdoc/intra-link-prim-methods.rs new file mode 100644 index 00000000000..af0426b22c5 --- /dev/null +++ b/src/test/rustdoc/intra-link-prim-methods.rs @@ -0,0 +1,3 @@ +#![deny(intra_doc_link_resolution_failure)] + +//! A [`char`] and its [`char::len_utf8`]. |
