Skip to content

Commit

Permalink
Add static_assert doc blurb
Browse files Browse the repository at this point in the history
  • Loading branch information
emberian committed May 22, 2013
1 parent e643396 commit acf920f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

5 comments on commit acf920f

@bors
Copy link
Contributor

@bors bors commented on acf920f May 22, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on acf920f May 22, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging cmr/rust/static_assert = acf920f into auto

@bors
Copy link
Contributor

@bors bors commented on acf920f May 22, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cmr/rust/static_assert = acf920f merged ok, testing candidate = 3d82a0a

@bors
Copy link
Contributor

@bors bors commented on acf920f May 22, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on acf920f May 22, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding incoming to auto = 3d82a0a

Please sign in to comment.