Closed vbasky closed 4 days ago
Figured out that this is the test that is failing in src/data_structures/linked_list.rs
delete_ith_can_delete_at_head()
The delete_ith has unsafe code that is causing heap corruption
This issue has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Please ping one of the maintainers once you add more information and updates here. If this is not the case and you need some help, feel free to ask for help in our Gitter channel. Thank you for your contributions!
Hi Team,
Tests are failing with the message below
Are there any unsafe code ?