Matthias Krüger
092f4600bb
Rollup merge of #99966 - RalfJung:try-dont-panic, r=lcnr
...
avoid assertion failures in try_to_scalar_int
Given that this is called `try_to_scalar_int`, we probably shouldn't `assert_int` here. Similarly `try_to_bits` also doesn't `assert!` that the size is correct.
Also add some `track_caller` for debugging, while we are at it.
r? ```@oli-obk```
2022-08-18 05:10:42 +02:00
..
2022-08-10 17:22:58 +02:00
2022-08-17 12:32:49 +02:00
2022-08-17 12:32:49 +02:00
2022-08-12 16:28:15 -04:00
2022-08-17 12:32:49 +02:00
2022-08-12 16:28:15 -04:00
2022-08-15 11:20:32 -07:00
2022-08-17 12:32:49 +02:00
2022-08-08 09:04:26 -04:00
2022-08-16 06:05:57 +02:00
2022-08-17 12:32:50 +02:00
2022-08-17 12:32:48 +02:00
2022-08-16 03:46:45 +02:00
2022-08-17 05:07:47 +09:00
2022-08-17 12:32:50 +02:00
2022-08-16 13:41:34 +10:00
2022-08-15 15:57:55 +08:00
2022-08-16 18:16:13 +05:30
2022-08-16 13:41:34 +10:00
2022-08-12 10:53:07 +02:00
2022-08-16 01:21:11 +00:00
2022-08-17 05:07:47 +09:00
2022-08-16 13:41:34 +10:00
2022-08-16 06:05:57 +02:00
2022-08-12 22:26:08 +02:00
2022-08-12 16:28:15 -04:00
2022-08-18 05:10:42 +02:00
2022-08-12 16:28:15 -04:00
2022-08-12 16:28:15 -04:00
2022-08-10 18:30:12 +02:00
2022-08-17 12:32:49 +02:00
2022-08-15 20:11:32 +02:00
2022-08-12 16:28:15 -04:00
2022-08-17 12:32:51 +02:00
2022-08-16 07:54:22 +00:00
2022-08-13 21:06:49 -07:00
2022-08-15 16:24:07 +02:00
2022-08-15 20:11:32 +02:00
2022-08-17 12:32:55 +02:00
2022-08-17 10:17:54 +02:00
2022-08-18 05:10:41 +02:00