Commit 5fa0d5e
committed
transpile: set
Since `-o /dev/null` doesn't work since intermediates are created in the same directly,
we compile to the normal `.rlib` output path and then delete it.
This just makes that explicit with `-o` so it's more obviously correct,
and we can name the `.rlib` anything we want as well.-o explicitly for rustc in snapshot tests1 parent 4eb2493 commit 5fa0d5e
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | 72 | | |
78 | 73 | | |
79 | 74 | | |
80 | 75 | | |
81 | 76 | | |
82 | 77 | | |
83 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
0 commit comments