Alex Crichton 179719d450 rustdoc: Allowing specifying attrs for doctests
This adds support in rustdoc to blanket apply crate attributes to all doc tests
for a crate at once. The syntax for doing this is:

    #![doc(test(attr(...)))]

Each meta item in `...` will be applied to each doctest as a crate attribute.

cc #18199
2015-04-07 17:54:34 -07:00
..
2015-04-01 11:22:39 -04:00
2015-04-01 11:22:39 -04:00
2015-04-05 09:52:56 +01:00
2015-04-02 00:18:45 -07:00
2015-04-02 00:18:45 -07:00
2015-04-02 11:31:31 -07:00