mirror of
https://git.proxmox.com/git/rustc
synced 2026-08-06 02:18:12 +00:00
mostly for context changes, some new error detail hunks. Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
7 lines
200 B
Diff
7 lines
200 B
Diff
--- a/src/test/run-make-fulldeps/sysroot-crates-are-unstable/Makefile
|
|
+++ b/src/test/run-make-fulldeps/sysroot-crates-are-unstable/Makefile
|
|
@@ -1,2 +1,2 @@
|
|
all:
|
|
- python2.7 test.py
|
|
+ python3 test.py
|