Skip to main content

MAX_CLONE_DEPTH

Constant MAX_CLONE_DEPTH 

Source
pub const MAX_CLONE_DEPTH: u32 = 8;
Expand description

Maximum clone depth (source → clone → clone-of-clone …).

A clone at depth 9 is rejected with CLONE_DEPTH_EXCEEDED.