Copy types being used in RefCell #439
Labels
A-lint
Area: New lints
S-needs-discussion
Status: Needs further discussion before merging or work can be started
T-middle
Type: Probably requires verifiying types
What it says on the tin.
I'm not sure if we should be linting against AST types (which is easy), or against the internal types of expressions (which may end up getting false positives when being passed to a method expecting a generic refcell)
The text was updated successfully, but these errors were encountered: