rust/library/std
Vadim Petrochenkov f89660e4aa resolve: Do not finalize shadowed bindings
I.e. do not mark them as used, or non-speculative loaded, or similar.
Previously they were sometimes finalized during early resolution, causing issues like https://github.com/rust-lang/rust/pull/144793#issuecomment-3168108005.
2025-09-25 20:36:14 +03:00
..
benches Fix import in bench for wasm 2025-02-12 14:44:30 -08:00
src resolve: Do not finalize shadowed bindings 2025-09-25 20:36:14 +03:00
tests Rollup merge of #146958 - el-ev:fix_path_string_eq_recurse, r=joboet 2025-09-24 23:33:28 +02:00
build.rs std: add support for armv7a-vex-v5 target 2025-09-24 12:10:15 -05:00
Cargo.toml Rollup merge of #145973 - vexide:vex-std, r=tgross35 2025-09-25 20:31:53 +10:00