You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rollup merge of rust-lang#141130 - mejrs:use_self, r=compiler-errors
rustc_on_unimplemented cleanups
Addresses some of the fixmes from rust-lang#139091 and rust-lang#140307.
- switch from `_Self` to `Self` in library
- properly validate that arguments in the `on` filter and the format strings are actually valid
See rust-lang/rustc-dev-guide#2357 for the relevant documentation.
0 commit comments