Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find source files by listing mod statements rather than listing the directory #90

Closed
sourcefrog opened this issue Oct 15, 2022 · 0 comments
Assignees

Comments

@sourcefrog
Copy link
Owner

sourcefrog commented Oct 15, 2022

This would

  1. Later, allow excluding modules in the source tree with #[mutants::skip] mod foo;
  2. Be slightly more correct in the unlikely event there's a tree that contains a .rs file that is intentionally not linked in.

However, attributes on non-inline mod statements aren't stable yet: rust-lang/rust#54727

@sourcefrog sourcefrog self-assigned this Oct 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant