Uh oh!
There was an error while loading. Please reload this page.
Test attributes deserve their own section - #382
Conversation
|
Havvy
commented
Aug 19, 2018
With the other PR merged, this one now also handles removing the entirety of the "Function only items" section and can be merged. Hmm, I probably should have done that in a new commit, but it's 2am and I'm not thinking straight. But wanted to get this unblocked before I head to bed. Sorry. The only change since the previous comment is just the removal of that header. |
matthewjasper
left a comment
There was a problem hiding this comment.
One nit, then this is good to merge.
| > Note: The test harness is ran by passing the `--test` argument to `rustc` or | ||
| > using `cargo test`. | ||
| Tests that return `()` pass as long as they terminate do not panic. Tests that |
There was a problem hiding this comment.
missing 'and' after 'terminate'
matthewjasper
commented
Sep 1, 2018
Thanks! |
cc @QuietMisdreavus and @steveklabnik for possibly out-of-scope documentation here.