mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-05 03:24:06 +03:00
21b5d6bd86
Fill out AVR target metadata This will make `-Zbuild-std` automatically build the right crates, notably not building `std` by default, which will both be useful for users and also fix the build for https://does-it-build.noratrieb.dev, which currently tries to build std: http://localhost:3000/build?nightly=2025-07-12&target=avr-none&mode=std. cc `@Patryk27` but I don't think this necessarily needs your approval