pub fn is_unrepresentable_keyword(name: &str) -> bool
true if name is a Rust keyword with no valid identifier spelling at all — self, Self, super, crate.
true
name
self
Self
super
crate