Files
rust/library/alloc/src/vec
bors b289bb7fdf Auto merge of #87488 - kornelski:track-remove, r=dtolnay
Track caller of Vec::remove()

`vec.remove(invalid)` doesn't print a helpful source position:

> thread 'main' panicked at 'removal index (is 99) should be < len (is 1)', **library/alloc/src/vec/mod.rs:1379:13**
2021-07-31 03:00:20 +00:00
..
2021-05-26 14:21:44 +00:00
2020-12-29 14:03:30 +00:00
2020-12-29 14:03:30 +00:00
2020-12-29 14:03:30 +00:00
2021-05-30 00:06:27 +02:00
2020-12-29 14:03:30 +00:00