MOVE_ANNOTATION_DEFAULT_LIMIT

Constant MOVE_ANNOTATION_DEFAULT_LIMIT 

Source
const MOVE_ANNOTATION_DEFAULT_LIMIT: u64 = 65;
Expand description

Default size limit for move/copy annotations (in bytes). 64 bytes is a common size of a cache line, and the assumption is that anything this size or below is very cheap to move/copy, so only annotate copies larger than this.