We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad2990c + e0c0c3b commit 0a646efCopy full SHA for 0a646ef
src/librustc_error_codes/error_codes/E0569.md
@@ -1,5 +1,5 @@
1
If an impl has a generic parameter with the `#[may_dangle]` attribute, then
2
-that impl must be declared as an `unsafe impl.
+that impl must be declared as an `unsafe impl`.
3
4
Erroneous code example:
5
0 commit comments