gccrs
gccrs copied to clipboard
hir: properly handle `doc` attributes
We currently have basic doc attributes handling, which does not check for invalid doc attributes.
A proper doc attributes checking logic needs to be implemented.
Derived from https://github.com/Rust-GCC/gccrs/pull/1139#pullrequestreview-946787148