Function make_test_description

Source
pub(crate) fn make_test_description<R: Read>(
    config: &Config,
    cache: &HeadersCache,
    name: String,
    path: &Utf8Path,
    src: R,
    test_revision: Option<&str>,
    poisoned: &mut bool,
) -> CollectedTestDesc