rust/library/core/src/convert
Matthias Krüger c385715806
Rollup merge of #141130 - mejrs:use_self, r=compiler-errors
rustc_on_unimplemented cleanups

Addresses some of the fixmes from https://github.com/rust-lang/rust/pull/139091 and https://github.com/rust-lang/rust/pull/140307.

- switch from `_Self` to `Self` in library
- properly validate that arguments in the `on` filter and the format strings are actually valid

See https://github.com/rust-lang/rustc-dev-guide/pull/2357 for the relevant documentation.
2025-05-22 16:02:30 +02:00
..
mod.rs Rollup merge of #141130 - mejrs:use_self, r=compiler-errors 2025-05-22 16:02:30 +02:00
num.rs Add From<{integer}> for f16/f128 impls 2025-03-11 18:58:54 +00:00