mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
e9e32aca5a
Rollup of 5 pull requests Successful merges: - rust-lang/rust#154781 (Fix attribute order implementation) - rust-lang/rust#155242 (resolve: Introduce `(Local,Extern)Module` newtypes for local and external modules respectively) - rust-lang/rust#149614 (Use `MaybeDangling` in `std`) - rust-lang/rust#153178 (Add `TryFromIntError::kind` method and `IntErrorKind::NotAPowerOfTwo` variant) - rust-lang/rust#155049 (Documenting the case of `Weak::upgrade` returning `None` when the value behind the reference is missing) Failed merges: - rust-lang/rust#155308 (Make `OnDuplicate::Error` the default for attributes)