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 e643396 commit acf920fCopy full SHA for acf920f
doc/rust.md
@@ -1426,6 +1426,7 @@ names are effectively reserved. Some significant attributes include:
1426
by the compiler can be found via `rustc -W help`.
1427
* The `deriving` attribute, for automatically generating
1428
implementations of certain traits.
1429
+* The `static_assert` attribute, for asserting that a static bool is true at compiletime
1430
1431
Other attributes may be added or removed during development of the language.
1432
0 commit comments