You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See fix #617
This fix makes ad-hoc update which fixes specific issue. @yellowhatter commented that that the real cause of the problem is probably ignoring rust-toolchain.yaml when building from other directory. Need to be revised
To reproduce
System info
The text was updated successfully, but these errors were encountered:
I faced the same error on RMW and fixed it occasionally by making 1.75 toolchain default. This is a sign that rust-toolchain.yaml is definitely ignored.
The official doc is not clear about this, but people say that Cargo respects rust-toolchain.yaml only in CWD
Describe the bug
See fix #617
This fix makes ad-hoc update which fixes specific issue.
@yellowhatter commented that that the real cause of the problem is probably ignoring rust-toolchain.yaml when building from other directory. Need to be revised
To reproduce
System info
The text was updated successfully, but these errors were encountered: