pub fn version_path(version: &str) -> PathBufExpand description
Returns the path to a specific Solc version’s directory.
Note that this is not the path to the actual Solc binary file;
use version_binary for that instead.
This is currently data_dir() / {version}.