pub type FilePath = Interned<'static, str>;
We intern file path in a static interner. See [intern_str].
intern_str
pub struct FilePath(pub &'static str, _);
0: &'static str