Skip to content

Conversation

GuillaumeGomez
Copy link
Member

This allows to fix this error when building proc-macro:

error[E0463]: can't find crate for `std`
  |
  = note: the `x86_64-unknown-linux-gnu` target may not be installed
  = help: consider downloading the target with `rustup target add x86_64-unknown-linux-gnu`
  = help: consider building the standard library from source with `cargo build -Zbuild-std`

r? @Urgau

@GuillaumeGomez GuillaumeGomez changed the title Add missing std feature to allow to be used as dependency of `proc-… Add missing std feature to allow to be used as dependency of proc-macro Apr 4, 2025
@Urgau Urgau merged commit 4a79ce3 into rust-lang:main Apr 4, 2025
1 check passed
@GuillaumeGomez GuillaumeGomez deleted the missing-feature branch April 4, 2025 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants