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
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sven-Hendrik Haase (Svenstaro)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

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
Comment by Sven-Hendrik Haase (Svenstaro) - Saturday, 25 January 2020, 10:58 GMT
Alright, should be in rel-3. Please check.
Comment by Maximilian Siling (GoldsteinE) - Monday, 27 January 2020, 09:12 GMT
Works for me now.

Loading...