Skip to content

Allow #[cfg] after #[test] #141

@epage

Description

@epage
#[test]
#[cfg(windows)]
fn test() {}

should work just as well as

#[cfg(windows)]
#[test]
fn test() {}

#140 might take this a step further

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-libtest2Area: libtest implemented on top of the new harnessC-bugCategory: Things not working as expectedE-help-wantedCall for participation: Help is requested to fix this issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions