diff options
| author | bors <bors@rust-lang.org> | 2023-03-15 12:45:04 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-03-15 12:45:04 +0000 |
| commit | 3ad2fece144996fb3591dc3250b9fc6b49288a91 (patch) | |
| tree | 712ef7b95411aff3ba04b268e1924754dcb443db /compiler/rustc_errors/src/snippet.rs | |
| parent | 5fde770aec7945a5d551a0ad3357c0fd85eef10c (diff) | |
| parent | 3aa4de3fa83083fd39469e07432a92759c89d1f0 (diff) | |
| download | rust-3ad2fece144996fb3591dc3250b9fc6b49288a91.tar.gz rust-3ad2fece144996fb3591dc3250b9fc6b49288a91.zip | |
Auto merge of #2806 - saethlin:better-install, r=RalfJung
Install binaries to the miri toolchain's sysroot The default install produces this behavior: ``` $ cargo +miri miri --version miri 0.1.0 (0ba1f4a0 2023-03-05) $ cargo +nightly miri --version miri 0.1.0 (0ba1f4a0 2023-03-05) ``` Which is not good. We've effectively erased the toolchain selection, and users may reasonably conclude that their rustup install is broken. After this change, we now get this: ``` $ cargo +miri miri --version miri 0.1.0 (0ba1f4a0 2023-03-05) $ cargo +nightly miri --version miri 0.1.0 (f63ccaf 2023-03-06) ``` Thanks `@jyn514` who all but wrote this for me.
Diffstat (limited to 'compiler/rustc_errors/src/snippet.rs')
0 files changed, 0 insertions, 0 deletions
