]> git.lizzy.rs Git - rust.git/commit
Add `#[track_caller]` to `FakeDefId::expect_real()`
authorCamelid <camelidcamel@gmail.com>
Sat, 8 May 2021 22:14:21 +0000 (15:14 -0700)
committerCamelid <camelidcamel@gmail.com>
Sat, 8 May 2021 22:35:44 +0000 (15:35 -0700)
commit4b7c8b0b53c2bea54e9cd029c68ebdc6f668b1b8
tree385715a68803d95420d07652fc14f3347faa2ff2
parentba13225ba1e3e94b5656181926cd38750eed1503
Add `#[track_caller]` to `FakeDefId::expect_real()`

Now, in the case that the function is not inlined, the panic location
will be the caller's location, which is more helpful since the panic is
not `expect_real()`'s fault.
src/librustdoc/clean/types.rs