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 9dee6b6 commit eea3c83Copy full SHA for eea3c83
text/0000-unsafe-attributes.md
@@ -84,6 +84,8 @@ For backwards compatibility reasons, using these attributes outside of
84
`unsafe_attr_outside_unsafe`. Initially, this lint will be allow-by-default.
85
Unsafe attributes that are added in the future can hard-require `unsafe` from
86
the start since the backwards compatibility concern does not apply to them.
87
+The 2024 edition is also expected to increase the severity of this lint,
88
+possibly even making it a hard error.
89
90
Syntactically, for each unsafe attribute `attr`, we now also accept
91
`unsafe(attr)` anywhere that `attr` can be used (in particular, inside
0 commit comments