Skip to content

Commit 84382dd

Browse files
committed
Auto merge of rust-lang#115133 - coderwithcat:master, r=cuviper
use the correct link
2 parents 296c7a6 + 9c3f44f commit 84382dd

File tree

1 file changed

+2
-2
lines changed
  • library/core/src/convert

1 file changed

+2
-2
lines changed

library/core/src/convert/num.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ impl_from! { i16, isize, #[stable(feature = "lossless_iusize_conv", since = "1.2
142142

143143
// RISC-V defines the possibility of a 128-bit address space (RV128).
144144

145-
// CHERI proposes 256-bit “capabilities”. Unclear if this would be relevant to usize/isize.
145+
// CHERI proposes 128-bit “capabilities”. Unclear if this would be relevant to usize/isize.
146146
// https://www.cl.cam.ac.uk/research/security/ctsrd/pdfs/20171017a-cheri-poster.pdf
147-
// https://www.csl.sri.com/users/neumann/2012resolve-cheri.pdf
147+
// https://www.cl.cam.ac.uk/techreports/UCAM-CL-TR-951.pdf
148148

149149
// Note: integers can only be represented with full precision in a float if
150150
// they fit in the significand, which is 24 bits in f32 and 53 bits in f64.

0 commit comments

Comments
 (0)