use ;
/// Convert an Ident into a plain path with a single segment
/// e.g.
/// - `T` (as in generic type param)
/// - `RGB_LEN`.
///
/// This is required because certain AST nodes require Path
/// instead of Ident e.g. the elem type of an array
pub