Originally posted by oleid
View Post
Originally posted by oiaohm
View Post
The only real interaction RefCel (and other similar abstractions) has with the compile time borrow checker is it casts the type so that it passes the compile time check, (i.e. similar to type casting in Java) otherwise your Rust code wouldn't even compile.
Comment