Skip to content

Determine a meaningful way to test mut params in function bodies #20

Open
@ErichDonGubler

Description

@ErichDonGubler

The mutability test in the current test harness seems satisfactory for testing the parsing of the mut keyword in the macro we've specified. However, the test bodies themselves don't seem very meaningful, since most params are unused and thus force allow(unused) to avoid warnings. I want to figure out how to write a test that doesn't give the warning that mut isn't necessary, but haven't figured out how to do so yet.

Metadata

Metadata

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions