Cover `str` in the wide-pointer metadata rule The validity rule for the metadata of a wide reference, `Box<T>`, or raw pointer mentions `dyn Trait` and slice but had omitted `str`. Let's fix that.
This document is the primary reference for the Rust programming language.
See the Reference Developer Guide for information on contributing to the Reference.