about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2015-12-20 16:34:09 +0000
committerbors <bors@rust-lang.org>2015-12-20 16:34:09 +0000
commit33914f2713a34ca9337fb469786fb77db3f7ee91 (patch)
tree57f0c2c78392fd017b66f85282e13af33f5fa901
parentd3aec9fd20e8ada5d91e4c991fee9eccdb3ae2cd (diff)
parentd724dae2d48592244e06f85a52b0d81e13043eeb (diff)
downloadrust-33914f2713a34ca9337fb469786fb77db3f7ee91.tar.gz
rust-33914f2713a34ca9337fb469786fb77db3f7ee91.zip
Auto merge of #30468 - Eljay:fix-doc-link, r=alexcrichton
-rw-r--r--src/librustc_typeck/diagnostics.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_typeck/diagnostics.rs b/src/librustc_typeck/diagnostics.rs
index e64fb6437a9..5f2582a548b 100644
--- a/src/librustc_typeck/diagnostics.rs
+++ b/src/librustc_typeck/diagnostics.rs
@@ -795,7 +795,7 @@ optional namespacing), a dereference, an indexing expression or a field
 reference.
 
 More details can be found here:
-https://doc.rust-lang.org/reference.html#lvalues,-rvalues-and-temporaries
+https://doc.rust-lang.org/reference.html#lvalues-rvalues-and-temporaries
 
 Now, we can go further. Here are some bad examples: