"Please report the version of rustc used (as R does for C, C++ and Fortran compilers) in the installation log especially if compilation fails, so best reported before starting compilation (as R does)."
However, the current implementation of configure (.win) only checks for the presence of Rust but does not verify if the installed version meets the required minimum version.
The 'Using Rust' part of the policy says
"Please report the version of rustc used (as R does for C, C++ and Fortran compilers) in the installation log especially if compilation fails, so best reported before starting compilation (as R does)."
However, the current implementation of configure (.win) only checks for the presence of Rust but does not verify if the installed version meets the required minimum version.