-
Notifications
You must be signed in to change notification settings - Fork 8
Can't build std if I specify target json file: std does not see networking #60
Copy link
Copy link
Closed
rust-lang/rust
#120232Labels
implementationImplementation exploration and tracking issuesImplementation exploration and tracking issuesplan before stabilizationThis needs a plan for how to address before stabilization, but does not need to be implemented.This needs a plan for how to address before stabilization, but does not need to be implemented.upstreamAn issue with the standard library itself or its dependencies.An issue with the standard library itself or its dependencies.
Metadata
Metadata
Assignees
Labels
implementationImplementation exploration and tracking issuesImplementation exploration and tracking issuesplan before stabilizationThis needs a plan for how to address before stabilization, but does not need to be implemented.This needs a plan for how to address before stabilization, but does not need to be implemented.upstreamAn issue with the standard library itself or its dependencies.An issue with the standard library itself or its dependencies.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Building hello world for
x86_64-unknown-linux-gnuworks.But if I save
x86_64-unknown-linux-gnu's target specification to json and build using that json, std fails to find socket-related things.I except building using custom target json that happens to be the same as built-in json to be exactly the same as building specifying built-in target directly.