We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0829d0c commit b2d8040Copy full SHA for b2d8040
src/libcore/mem.rs
@@ -614,7 +614,8 @@ pub unsafe fn zeroed<T>() -> T {
614
/// }
615
616
/// // Forget the data. If this is allowed to drop, you may see a crash such as:
617
-/// // 'mem_uninit_test(2457,0x7fffb55dd380) malloc: *** error for object 0x7ff3b8402920: pointer being freed was not allocated'
+/// // 'mem_uninit_test(2457,0x7fffb55dd380) malloc: *** error for object
618
+/// // 0x7ff3b8402920: pointer being freed was not allocated'
619
/// mem::forget(data);
620
/// ```
621
///
0 commit comments