]> git.lizzy.rs Git - rust.git/commit
Add track_caller to `builder_helper::output`
authorJoshua Nelson <jyn514@gmail.com>
Wed, 3 Feb 2021 16:22:35 +0000 (11:22 -0500)
committerJoshua Nelson <jyn514@gmail.com>
Thu, 20 May 2021 02:55:59 +0000 (22:55 -0400)
commite652f88d726f9d47a66919f0d267239cc112048a
tree2b96b098a205b6726fbc4c9735fc39688e0b96a6
parent3e827cc21e0734edd26170e8d1481f0d66a1426b
Add track_caller to `builder_helper::output`

If something goes wrong here, showing `fn output` is unhelpful. Show
where the command is being run instead.
src/build_helper/lib.rs