-
Notifications
You must be signed in to change notification settings - Fork 41
Add host link path in rustc
invocations to reenable rmpv testcase
#291
Conversation
2520619
to
a4a1781
Compare
ok, got a lead: the stderr for the
and |
ah, the |
This avoids us hiding some errors, like we did with the failing rmvp testcase.
This is necessary to make proc-macros work, since they are built for the host, not the given target. Host and target being equal doesn't help, since specifying an explicit target will still lead to a separate folder under `target/`.
rustc
invocations to reenable rmpv testcase
Looks awesome, thanks! |
📌 Commit b62a2c6 has been approved by |
☀️ Test successful - checks-actions |
No description provided.