mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
c4e0cd9660
Rollup of 9 pull requests Successful merges: - #107941 (Treat `str` as containing `[u8]` for auto trait purposes) - #108299 (Require `literal`s for some `(u)int_impl!` parameters) - #108337 (hir-analysis: make a helpful note) - #108379 (Add `ErrorGuaranteed` to `hir::{Expr,Ty}Kind::Err` variants) - #108418 (Replace parse_[sth]_expr with parse_expr_[sth] function names) - #108424 (rustc_infer: Consolidate obligation elaboration de-duplication) - #108475 (Fix `VecDeque::shrink_to` and add tests.) - #108482 (statically guarantee that current error codes are documented) - #108484 (Remove `from` lang item) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup