We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 690804e + e0c0c3b commit 10e4560Copy full SHA for 10e4560
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