Fix exception handling of missing rustc, by making it look like the other compiler detectors Traceback (most recent call last): File "/wip/meson/mesonbuild/environment.py", line 699, in detect_rust_compiler p, out = Popen_safe(compiler + ['--version'])[0:2] [...] FileNotFoundError: [Errno 2] No such file or directory: 'rustc': 'rustc' During handling of the above exception, another exception occurred: [...] File "/wip/meson/mesonbuild/environment.py", line 701, in detect_rust_compiler popen_exceptions[compiler] = e TypeError: unhashable type: 'list'pull/2863/head
parent
56286fd2b8
commit
f37692bedb
1 changed files with 3 additions and 2 deletions
Loading…
Reference in new issue