]> git.lizzy.rs Git - rust.git/commit - src/tools/rustfmt
Rollup merge of #75223 - Aaron1011:feature/session-track-caller, r=eddyb
authorTyler Mandry <tmandry@gmail.com>
Sun, 16 Aug 2020 21:59:29 +0000 (14:59 -0700)
committerGitHub <noreply@github.com>
Sun, 16 Aug 2020 21:59:29 +0000 (14:59 -0700)
commit8a33c98d52655559faca785be0942c1b43768b5c
treeecee4571bedc2f6228a2e7b3d84680d09f0da01d
parent76b2fce98be37b2ee56beaaef6fc3993ae30cdc9
parent0d0546a2364641d8ca9c840b70b437be038b8c9b
Rollup merge of #75223 - Aaron1011:feature/session-track-caller, r=eddyb

Add #[track_caller] to `Session::delay_span_bug`

This forwards the caller span to `Handler::delay_span_bug`
src/librustc_session/session.rs