]> git.lizzy.rs Git - rust.git/commit
Re-add track_caller to panic_no_unwind in bootstrap
authorMark Rousskov <mark.simulacrum@gmail.com>
Wed, 23 Feb 2022 13:24:20 +0000 (08:24 -0500)
committerMark Rousskov <mark.simulacrum@gmail.com>
Fri, 25 Feb 2022 13:00:53 +0000 (08:00 -0500)
commit3c62f2f635c7379bcdcf64e4efa5ffe4ecb0ba6d
tree78f3d66bd5548ccbe6e5ba589eb578db27dd85ec
parent76b13c9eeaa3bf814ff4559eafff235a892d213b
Re-add track_caller to panic_no_unwind in bootstrap

This function was updated in a recent PR (92911) to be called without the caller
information passed in, but the function signature itself was not altered with
cfg_attr at the time.
library/core/src/panicking.rs