diff options
| author | QuietMisdreavus <grey@quietmisdreavus.net> | 2018-01-08 13:20:19 -0600 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2018-01-22 15:24:31 +0530 |
| commit | afe3e27085752efd1d9affe1f9c95e67de4dcf5d (patch) | |
| tree | 2fc3ff6e072cccc6669817109b03029949331b56 /src/test/rustdoc | |
| parent | b31bb097f519f03a5925da376d4ef2fbc8f30c62 (diff) | |
| download | rust-afe3e27085752efd1d9affe1f9c95e67de4dcf5d.tar.gz rust-afe3e27085752efd1d9affe1f9c95e67de4dcf5d.zip | |
value-namespace items require a marker, so emit an error
Diffstat (limited to 'src/test/rustdoc')
| -rw-r--r-- | src/test/rustdoc/intra-links.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/rustdoc/intra-links.rs b/src/test/rustdoc/intra-links.rs index cc9d288ba91..aa6f5538754 100644 --- a/src/test/rustdoc/intra-links.rs +++ b/src/test/rustdoc/intra-links.rs @@ -27,9 +27,9 @@ //! * [`ThisTrait`](ThisTrait) //! * [`ThisAlias`](ThisAlias) //! * [`ThisUnion`](ThisUnion) -//! * [`this_function`](this_function) -//! * [`THIS_CONST`](THIS_CONST) -//! * [`THIS_STATIC`](THIS_STATIC) +//! * [`this_function`](this_function()) +//! * [`THIS_CONST`](const@THIS_CONST) +//! * [`THIS_STATIC`](static@THIS_STATIC) //! * [`this_macro`](this_macro!) //! //! In addition, there's some specifics we want to look at. There's [a trait called |
