@@ -551,7 +551,7 @@ impl<T: ?Sized> *const T {
551551 ///
552552 /// Most platforms fundamentally can't even construct such an allocation.
553553 /// For instance, no known 64-bit platform can ever serve a request
554- /// for 2^63 bytes due to page-table limitations or splitting the address space.
554+ /// for 2<sup>63</sup> bytes due to page-table limitations or splitting the address space.
555555 /// However, some 32-bit and 16-bit platforms may successfully serve a request for
556556 /// more than `isize::MAX` bytes with things like Physical Address
557557 /// Extension. As such, memory acquired directly from allocators or memory
@@ -684,7 +684,7 @@ impl<T: ?Sized> *const T {
684684 ///
685685 /// Most platforms fundamentally can't even construct such an allocation.
686686 /// For instance, no known 64-bit platform can ever serve a request
687- /// for 2^63 bytes due to page-table limitations or splitting the address space.
687+ /// for 2<sup>63</sup> bytes due to page-table limitations or splitting the address space.
688688 /// However, some 32-bit and 16-bit platforms may successfully serve a request for
689689 /// more than `isize::MAX` bytes with things like Physical Address
690690 /// Extension. As such, memory acquired directly from allocators or memory
@@ -743,7 +743,7 @@ impl<T: ?Sized> *const T {
743743 ///
744744 /// Most platforms fundamentally can't even construct such an allocation.
745745 /// For instance, no known 64-bit platform can ever serve a request
746- /// for 2^63 bytes due to page-table limitations or splitting the address space.
746+ /// for 2<sup>63</sup> bytes due to page-table limitations or splitting the address space.
747747 /// However, some 32-bit and 16-bit platforms may successfully serve a request for
748748 /// more than `isize::MAX` bytes with things like Physical Address
749749 /// Extension. As such, memory acquired directly from allocators or memory
@@ -1182,7 +1182,7 @@ impl<T: ?Sized> *mut T {
11821182 ///
11831183 /// Most platforms fundamentally can't even construct such an allocation.
11841184 /// For instance, no known 64-bit platform can ever serve a request
1185- /// for 2^63 bytes due to page-table limitations or splitting the address space.
1185+ /// for 2<sup>63</sup> bytes due to page-table limitations or splitting the address space.
11861186 /// However, some 32-bit and 16-bit platforms may successfully serve a request for
11871187 /// more than `isize::MAX` bytes with things like Physical Address
11881188 /// Extension. As such, memory acquired directly from allocators or memory
@@ -1382,7 +1382,7 @@ impl<T: ?Sized> *mut T {
13821382 ///
13831383 /// Most platforms fundamentally can't even construct such an allocation.
13841384 /// For instance, no known 64-bit platform can ever serve a request
1385- /// for 2^63 bytes due to page-table limitations or splitting the address space.
1385+ /// for 2<sup>63</sup> bytes due to page-table limitations or splitting the address space.
13861386 /// However, some 32-bit and 16-bit platforms may successfully serve a request for
13871387 /// more than `isize::MAX` bytes with things like Physical Address
13881388 /// Extension. As such, memory acquired directly from allocators or memory
@@ -1441,7 +1441,7 @@ impl<T: ?Sized> *mut T {
14411441 ///
14421442 /// Most platforms fundamentally can't even construct such an allocation.
14431443 /// For instance, no known 64-bit platform can ever serve a request
1444- /// for 2^63 bytes due to page-table limitations or splitting the address space.
1444+ /// for 2<sup>63</sup> bytes due to page-table limitations or splitting the address space.
14451445 /// However, some 32-bit and 16-bit platforms may successfully serve a request for
14461446 /// more than `isize::MAX` bytes with things like Physical Address
14471447 /// Extension. As such, memory acquired directly from allocators or memory
0 commit comments