Files
rust/tests/ui/hygiene/panic-location.run.stderr
Noratrieb 9316d4508c Remove most #[track_caller] from allocating Vec methods
They cause significant binary size overhead while contributing little
value.

Also removes them from the wrapping String methods that do not panic.
2025-09-25 20:52:03 +02:00

5 lines
170 B
Plaintext

thread 'main' ($TID) panicked at library/alloc/src/raw_vec/mod.rs:LL:CC:
capacity overflow
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace