mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
c7f6aa2869
Remove most `#[track_caller]` from allocating Vec methods They cause significant binary size overhead while contributing little value. closes rust-lang/rust#146963, see that issue for more details.