gccrs icon indicating copy to clipboard operation
gccrs copied to clipboard

hir: properly handle `doc` attributes

Open liushuyu opened this issue 4 years ago • 0 comments

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

liushuyu avatar Apr 20 '22 08:04 liushuyu