Closed

Description
Line 119 in 304ee69
There are multiple issues I see here:
- It should be possible for the user to configure the rust source directory independently of the rust sysroot
- Currently only sources from the
library/
subdirectory are used. If it stays like this in the forseeable future, I would like to change therustc_src
variable to arust_lib_src
variable, which points directly to thelibrary/
subdirectory. For example my distribution has an own packagerustLibSrc
, which will decrease the amount of downloads needed.