Skip to content

Commit

Permalink
add mention of test attribute
Browse files Browse the repository at this point in the history
Fixes #16413
  • Loading branch information
steveklabnik committed Oct 8, 2014
1 parent 3f1ed86 commit 557014c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/doc/reference.md
Expand Up @@ -1924,6 +1924,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

Expand Down

5 comments on commit 557014c

@bors
Copy link
Contributor

@bors bors commented on 557014c Oct 9, 2014

Choose a reason for hiding this comment

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

saw approval from alexcrichton
at steveklabnik@557014c

@bors
Copy link
Contributor

@bors bors commented on 557014c Oct 9, 2014

Choose a reason for hiding this comment

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

merging steveklabnik/rust/gh16413 = 557014c into auto

@bors
Copy link
Contributor

@bors bors commented on 557014c Oct 9, 2014

Choose a reason for hiding this comment

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

steveklabnik/rust/gh16413 = 557014c merged ok, testing candidate = 8f965901

@bors
Copy link
Contributor

@bors bors commented on 557014c Oct 9, 2014

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 557014c Oct 9, 2014

Choose a reason for hiding this comment

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

fast-forwarding master to auto = 8f965901

Please sign in to comment.