fn main() { loop { borrow_mutably::(); borrow_mutably::(); borrow_mutably::(); } } pub struct Nothing<'a> { __autoken_nothing_type_field_indicator: core::marker::PhantomData<&'a ()>, } pub const fn borrow_mutably() { const fn __autoken_borrow_mutably() {} __autoken_borrow_mutably::(); }