]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #66363 - Munksgaard:patch-1, r=dtolnay
authorYuki Okushi <huyuumi.dev@gmail.com>
Thu, 14 Nov 2019 05:16:25 +0000 (14:16 +0900)
committerGitHub <noreply@github.com>
Thu, 14 Nov 2019 05:16:25 +0000 (14:16 +0900)
commit2d453b3907e9111265a771e966a0486d76876719
tree34fd964ca863ac0c862c83b1a7d6382c128847ef
parent8d059974f79015946090e6b2e1b40db7b7cf2abb
parentb03afd5fc46f9e80932af9f68cf4dc7a1c9c1f2c
Rollup merge of #66363 - Munksgaard:patch-1, r=dtolnay

Improve error message in make_tests

We should use expect instead of unwrap.

This commit is based on https://github.com/laumann/compiletest-rs/pull/58. Thanks to @colin-kiegel.