error: reached the recursion limit while instantiating `function::>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>` --> $DIR/infinite-instantiation.rs:23:1 | LL | / fn function(counter: usize, t: T) { LL | | LL | | if counter > 0 { LL | | function(counter - 1, t.to_option()); ... | LL | | } LL | | } | |_^ error: aborting due to previous error