]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Auto merge of #87247 - crlf0710:merge-libterm-into-libtest, r=nagisa
authorbors <bors@rust-lang.org>
Tue, 20 Jul 2021 16:03:47 +0000 (16:03 +0000)
committerbors <bors@rust-lang.org>
Tue, 20 Jul 2021 16:03:47 +0000 (16:03 +0000)
commit39d8d3ab6a880179ef12b5d11414d940711ed422
treed0c959fb55f0683f20d4cc4014497dd6c1022327
parent5c0ca08c662399c1c864310d1a20867d3ab68027
parent4486795d02bff3bd4ef4327a3dfe3c5c5f87f8ac
Auto merge of #87247 - crlf0710:merge-libterm-into-libtest, r=nagisa

Merge libterm into libtest

I think it's quite clear at this point that rust won't stablize the current libterm APIs to the outside world. And its only user is libtest. The compiler doesn't use this api at all. So I'm merging the crate into libtest as a module.

This also allows me to remove 15% of the libterm code, since these APIs are dead-code now.
Cargo.lock