]> git.lizzy.rs Git - rust.git/commit
Emit an error upon failing to create a temp dir instead of panicking
authorAndrew Paseltiner <apaseltiner@gmail.com>
Wed, 16 Sep 2015 17:52:02 +0000 (13:52 -0400)
committerAndrew Paseltiner <apaseltiner@gmail.com>
Wed, 16 Sep 2015 17:52:02 +0000 (13:52 -0400)
commit7352722cdddf2869341b55a3479e3a1124d5be3c
treef746e7c39ab99a60732f0d1b7547a8fc173b6f6f
parent3887ca27f16771b960b57e1c80997b2482ba5b76
Emit an error upon failing to create a temp dir instead of panicking

Closes #14698.
src/librustc_trans/back/link.rs
src/test/run-make/issue-14698/Makefile [new file with mode: 0644]
src/test/run-make/issue-14698/foo.rs [new file with mode: 0644]