Skip to content

Commit 0fdc84a

Browse files
Update library/coretests/tests/cell.rs
Co-authored-by: Ralf Jung <[email protected]>
1 parent fa9ba3e commit 0fdc84a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/coretests/tests/cell.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ fn const_refcell() {
500500
}
501501
a
502502
};
503-
// Check that `borrow` is usable at compile-time
503+
// Check that `borrow_mut` is usable at compile-time
504504
const BORROW_MUT_TEST: RefCell<u32> = {
505505
let a = RefCell::new(0);
506506
{

0 commit comments

Comments
 (0)