Skip to main content

Module auxiliary

Module auxiliary 

Source
Expand description

Code for dealing with test directives that request an “auxiliary” crate to be built and made available to the test in some way.

Structs§

AuxCrate
The value of an aux-crate directive.
AuxProps 🔒
Properties parsed from aux-* test directives.
ProcMacro 🔒
The value of a proc-macro directive.

Functions§

parse_and_update_aux 🔒
If the given test directive line contains an aux-* directive, parse it and update AuxProps accordingly.
parse_aux_crate 🔒
parse_proc_macro 🔒