Closed
Description
It would be nice if the warning "implicitly copying a non-implicitly-copyable value" varied depending on why the variable was "not-implicitly-copyable". For example:
warning: implicitly copying a record with mutable fields
warning: implicitly copying unique values, which entails a deep clone
etc.