Closed
Description
The on_unimplemented
feature provides the #[rustc_on_unimplemented]
attribute, which allows trait definitions to add specialized notes to error messages when an implementation was expected but not found.
WARNING: This attribute, as all other rustc_
attributes, is an internal implementation detail of rustc
and is not meant to become stable.