FS#64972 - [rustup] 1.20.2-1 does not create cargo-miri symlink
Attached to Project:
Community Packages
Opened by Maximilian Siling (GoldsteinE) - Friday, 27 December 2019, 23:08 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Monday, 27 January 2020, 09:22 GMT
Opened by Maximilian Siling (GoldsteinE) - Friday, 27 December 2019, 23:08 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Monday, 27 January 2020, 09:22 GMT
|
Details
Description:
For "cargo miri" command to work, symlink from /usr/bin/cargo-miri to /usr/bin/rustup must be created. Latest rustup to the date (v1.20.1) does not create this symlink. Additional info: Upstream bug report: https://github.com/rust-lang/miri/issues/1120 Steps to reproduce: * Install "rustup" package * Install "nightly" toolchain via rustup: $ rustup install nightly * Switch to "nightly" toolchain: $ rustup default nightly * Install miri: $ rustup component add miri * Try to run miri: $ cargo miri --help |
This task depends upon
Closed by Sven-Hendrik Haase (Svenstaro)
Monday, 27 January 2020, 09:22 GMT
Reason for closing: Fixed
Monday, 27 January 2020, 09:22 GMT
Reason for closing: Fixed

Alright, should be in rel-3. Please check.

Works for me now.