rust/tests/rustfmt
Yacin Tmimi ac2ebd3a78 Prevent ICE when calling parse_attribute without an attribute
Fixes 5729

`parse_attribute` will panic if the first token is not a `#`. To prevent
this we return early instead of trying to parse an invalid attribute.
2023-06-19 09:58:12 -05:00
..
main.rs Prevent ICE when calling parse_attribute without an attribute 2023-06-19 09:58:12 -05:00