Useful not just for language keywords, but also identifiers given meaning by macros. For example `thiserror` treats fields named "source" as the Error::source() of your error. If your source means something else, instead of fussing with some kind of #[not_source] attribute, just name it r#source.
add a skeleton here at some point
3 months ago