rust/tests
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
..
cargo-fmt test for issue 3164 2022-07-22 17:57:07 -05:00
config Deprecate and Rename fn_args_layout -> fn_params_layout 2022-07-12 19:33:53 -05:00
coverage Replace WriteMode with EmitMode and backup bool 2018-05-21 14:14:09 +12:00
mod-resolver Fix typos (#5486) 2022-08-06 18:53:03 -05:00
parser tests: add test for panic on new_parser_from_file 2020-11-02 18:31:51 -06:00
rustfmt Prevent ICE when calling parse_attribute without an attribute 2023-06-19 09:58:12 -05:00
source Fix #5488 - prevent shorthand init for tuple struct 2023-02-01 21:33:19 -06:00
target Prevent ICE when calling parse_attribute without an attribute 2023-06-19 09:58:12 -05:00
writemode Merge commit '5ff7b632a9' into sync-rustfmt-subtree 2022-03-29 23:17:30 -05:00