diff options
| author | Ricardo Martins <ricardo@scarybox.net> | 2015-05-10 12:16:33 +0100 |
|---|---|---|
| committer | Ricardo Martins <ricardo@scarybox.net> | 2015-05-10 12:16:33 +0100 |
| commit | c0412bcad69d95e217211bf6be925802004e4b17 (patch) | |
| tree | bee542f9f7d9aaf7de5c5b27d7f9fba43f7508e2 | |
| parent | 7d9e605b93eb3ac359b3470dce829ed8432012d1 (diff) | |
| download | rust-c0412bcad69d95e217211bf6be925802004e4b17.tar.gz rust-c0412bcad69d95e217211bf6be925802004e4b17.zip | |
Fix documentation URL in diagnostic message.
| -rw-r--r-- | src/librustc_resolve/diagnostics.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_resolve/diagnostics.rs b/src/librustc_resolve/diagnostics.rs index 3e7ee714ea9..dd867d676ed 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 "## } |
