util: NoCopy no longer works #34278
Labels
A-testing
Testing tools and infrastructure
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
S-3-productivity
Severe issues that impede the productivity of CockroachDB developers.
util.NoCopy is supposed to trigger the linter on by-value copies. I put it in a structure and had no problem doing
copy := *x
.The text was updated successfully, but these errors were encountered: