We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This shouldn't compile without annotating the parameter as copy kind, but it does:
copy
fn id<T>(x: T) -> T { x }
If you return by ret, the problem is detected.
ret