Dylan DPC 7107c89970
Rollup merge of #85096 - clarfonthey:const_unchecked, r=oli-obk
Make unchecked_{add,sub,mul} inherent methods unstably const

The intrinsics are marked as being stably const (even though they're not stable by nature of being intrinsics), but the currently-unstable inherent versions are not marked as const. This fixes this inconsistency. Split out of #85017,

r? `@oli-obk`
2021-05-10 16:15:02 +02:00
..
2021-03-15 14:39:18 +00:00
2021-04-04 14:57:05 -04:00
2021-04-04 14:57:05 -04:00
2021-04-17 11:58:18 -07:00
2021-04-21 14:38:24 +02:00
2021-03-03 11:23:29 +01:00
2021-04-21 14:38:24 +02:00
2021-05-03 07:05:08 -04:00