Skip to content

Don't name the crate "test" #3

Closed
@Manishearth

Description

@Manishearth

Currently the actual crate library is named "test", which is confusing since there's a builtin crate of the same name.

Furthermore, the builtin crate is always loaded, so this conflicts with it and can cause "multiple matching crates found" errors at times. We should avoid that. Perhaps we can just call it tester?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions