From acf920fe4bd521f92bea7add707fa029a9e4f0a7 Mon Sep 17 00:00:00 2001 From: Corey Richardson Date: Wed, 22 May 2013 01:27:39 -0400 Subject: [PATCH] Add static_assert doc blurb --- doc/rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/rust.md b/doc/rust.md index a115f41ae864b..bb0438016b843 100644 --- a/doc/rust.md +++ b/doc/rust.md @@ -1426,6 +1426,7 @@ names are effectively reserved. Some significant attributes include: by the compiler can be found via `rustc -W help`. * The `deriving` attribute, for automatically generating implementations of certain traits. +* The `static_assert` attribute, for asserting that a static bool is true at compiletime Other attributes may be added or removed during development of the language.