Skip to content

Commit c0412bc

Browse files
committed
Fix documentation URL in diagnostic message.
1 parent 7d9e605 commit c0412bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_resolve/diagnostics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ name as an existing primitive type, and is therefore invalid.
2323
See the Types section of the reference for more information about the primitive
2424
types:
2525
26-
http://doc.rust-lang.org/nightly/reference.html#types
26+
http://doc.rust-lang.org/reference.html#types
2727
"##
2828

2929
}

0 commit comments

Comments
 (0)