From c0412bcad69d95e217211bf6be925802004e4b17 Mon Sep 17 00:00:00 2001 From: Ricardo Martins Date: Sun, 10 May 2015 12:16:33 +0100 Subject: [PATCH] Fix documentation URL in diagnostic message. --- src/librustc_resolve/diagnostics.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc_resolve/diagnostics.rs b/src/librustc_resolve/diagnostics.rs index 3e7ee714ea9f..dd867d676ed2 100644 --- a/src/librustc_resolve/diagnostics.rs +++ b/src/librustc_resolve/diagnostics.rs @@ -23,7 +23,7 @@ name as an existing primitive type, and is therefore invalid. See the Types section of the reference for more information about the primitive types: -http://doc.rust-lang.org/nightly/reference.html#types +http://doc.rust-lang.org/reference.html#types "## }