fn main() { for _ in 0..1 { borrow_mutably::(); for _ in 1..2 {} unborrow_mutably::(); } } pub const fn borrow_mutably() { const fn __autoken_borrow_mutably() {} __autoken_borrow_mutably::(); } pub const fn unborrow_mutably() { const fn __autoken_unborrow_mutably() {} __autoken_unborrow_mutably::(); }