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
And a <project>/.cargo/config.toml with the following contents:
[build]
rustflags = ["--cfg", "tokio_unstable"]
When building for --target aarch64-apple-darwin, the tokio_unstable config is not set.
This makes it very awkward to have layered configuration. The linker settings I choose might be specific to my personal setup and target, whereas any config flags are specific to the project in question.
Steps
No response
Possible Solution(s)
No response
Notes
Given a ~/.cargo/config.toml with the following contents:
Problem
Semi-related to #13774 (I couldn't find an exact match while searching).
Given a
~/.cargo/config.toml
with the following contents:And a
<project>/.cargo/config.toml
with the following contents:When building for
--target aarch64-apple-darwin
, thetokio_unstable
config is not set.This makes it very awkward to have layered configuration. The linker settings I choose might be specific to my personal setup and target, whereas any config flags are specific to the project in question.
Steps
No response
Possible Solution(s)
No response
Notes
Given a
~/.cargo/config.toml
with the following contents:And a
<project>/.cargo/config.toml
with the following contents:Then they are correctly merged.
Version
The text was updated successfully, but these errors were encountered: