rust/library
bors 82418f93ac Auto merge of #91961 - kornelski:track_split_caller, r=joshtriplett
Track caller of slice split and swap

Improves error location for `slice.split_at*()` and `slice.swap()`.

These are generic inline functions, so the `#[track_caller]` on them is free — only changes a value of an argument already passed to panicking code.
2022-01-02 09:35:24 +00:00
..
2021-11-02 12:31:34 +01:00
2021-12-14 16:40:43 +01:00
2021-12-14 16:42:16 +05:30
2021-12-15 10:22:03 +08:00