We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97f3eee commit e0c0c3bCopy full SHA for e0c0c3b
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