Module rustc_builtin_macros::test
source · Enums
TestType 🔒
Functions
Attempts to determine the type of test.
Since doctests are created without macro expanding, only possible variants here
are
UnitTest
, IntegrationTest
or Unknown
.