1 2 3 4 5 6 7
use crate::Span; #[derive(Debug, Clone)] #[cfg_attr(feature = "arbitrary", derive(arbitrary::Arbitrary))] pub struct Recursion { pub span: Span, }