]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #82174 - est31:master, r=oli-obk
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Wed, 17 Feb 2021 19:38:01 +0000 (20:38 +0100)
committerGitHub <noreply@github.com>
Wed, 17 Feb 2021 19:38:01 +0000 (20:38 +0100)
commitd382771d3ad80446467739963e873867206c023f
treef1a8124c1588c0d1b06b28c548f341b2ce219e1d
parent16481a285733f004ab9c5573c1e7fd5b602b3ddd
parente527def9c7a090fabf9ca41d09b629e5268d41f8
Rollup merge of #82174 - est31:master, r=oli-obk

Replace File::create and write_all with fs::write

Also don't convert to u8 buffers and back
when we are only creating strings.
compiler/rustc_driver/src/pretty.rs