You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if it's related to the issue #60200 (feel free to close it immediatly if so), but for the sake of completeness... std::boxed::Box::borrow is dead.
I see that the method does not exist anymore. So that basically means that all documentation containing a reference to the borrow method should be updated right?
EDIT: The only occurrences that I find are those in libcore/cell.rs
Hi,
I don't know if it's related to the issue #60200 (feel free to close it immediatly if so), but for the sake of completeness... std::boxed::Box::borrow is dead.
cc @GuillaumeGomez
The text was updated successfully, but these errors were encountered: