Earlier quoted context omitted.
What's "this", and what does the user need to learn to make use of it?
noCopy. In order to understand it, they have to learn that this is enforced only by `go vet` and that the marker relies on everything described in the `2. How go vet and noCopy work` section of this article. Of course, they don't have to learn anything other than "use `go vet`, it's what enforces this" to use it . But that's true of almost anything?
I suppose you can add features to the language and then tell people to avoid learning them.