rust/library
est31 05c3a2b07d Add #[track_caller] to more panicking Cell functions
Continuation of #74526

Adds the #[track_caller] attribute to almost all panicking Cell
functions. The ones that borrow two Cells in their function
body are spared, because the panic location helps pinpoint
which of the two borrows failed. You'd need to have
full debuginfo and backtraces enabled together with column
info in order to be able to discern the cases.
Column info is only available on non-Windows platforms.
2020-09-22 15:34:22 +02:00
..
2020-07-27 19:51:13 -05:00
2020-09-15 17:26:20 +02:00
2020-07-27 19:51:13 -05:00
2020-08-23 10:02:42 +00:00