We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 021b3f5 commit ed1bc68Copy full SHA for ed1bc68
src/librustc_typeck/diagnostics.rs
@@ -155,8 +155,10 @@ fn(isize, *const *const u8) -> isize
155
E0184: r##"
156
Explicitly implementing both Drop and Copy for a type is currently disallowed.
157
This feature can make some sense in theory, but the current implementation is
158
-incorrect and can lead to memory unsafety (see issue #20126), so it has been
159
-disabled for now.
+incorrect and can lead to memory unsafety (see [issue #20126][iss20126]), so
+it has been disabled for now.
160
+
161
+[iss20126]: https://github.com/rust-lang/rust/issues/20126
162
"##,
163
164
E0204: r##"
0 commit comments