1 2 3 4 5
pub(self) fn RIGHT<T>(x: &[T]) where T: Debug { let _ = x; // a comment let a = ChangeMe; }