add mention of test attribute

Fixes #16413
This commit is contained in:
Steve Klabnik 2014-10-08 16:45:42 -04:00 committed by Manish Goregaokar
parent d0a374161e
commit 149d3ab9e2
1 changed files with 2 additions and 0 deletions

View File

@ -1927,6 +1927,8 @@ type int8_t = i8;
- `start` - indicates that this function should be used as the entry point,
overriding the "start" language item. See the "start" [language
item](#language-items) for more details.
- `test` - indicates that this function is a test function, to only be compiled
in case of `--test`.
### Static-only attributes