use quote_spanned;
use ;
use crate;
/// Normalizes a field type into the key used to match it against an `Into` target type.
///
/// References are stripped and re-added with a `'static` lifetime, so that `&'a str` and `&'static str` compare as the same target.
pub