Add a link to the E0184 long diagnostic message.

This commit is contained in:
Nick Hamann 2015-05-10 13:17:12 -05:00
parent 021b3f55d6
commit ed1bc684fc

View file

@ -155,8 +155,10 @@ fn(isize, *const *const u8) -> isize
E0184: r##" E0184: r##"
Explicitly implementing both Drop and Copy for a type is currently disallowed. Explicitly implementing both Drop and Copy for a type is currently disallowed.
This feature can make some sense in theory, but the current implementation is This feature can make some sense in theory, but the current implementation is
incorrect and can lead to memory unsafety (see issue #20126), so it has been incorrect and can lead to memory unsafety (see [issue #20126][iss20126]), so
disabled for now. it has been disabled for now.
[iss20126]: https://github.com/rust-lang/rust/issues/20126
"##, "##,
E0204: r##" E0204: r##"