We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cff5a5 commit c48fcc6Copy full SHA for c48fcc6
src/librustc_typeck/diagnostics.rs
@@ -124,8 +124,10 @@ enum Empty {}
124
E0184: r##"
125
Explicitly implementing both Drop and Copy for a type is currently disallowed.
126
This feature can make some sense in theory, but the current implementation is
127
-incorrect and can lead to memory unsafety (see issue #20126), so it has been
128
-disabled for now.
+incorrect and can lead to memory unsafety (see [issue #20126][iss20126]), so
+it has been disabled for now.
129
+
130
+[iss20126]: https://github.com/rust-lang/rust/issues/20126
131
"##,
132
133
E0204: r##"
0 commit comments