rust/compiler/rustc_parse/src
bors 553600e0f5 Auto merge of #140180 - ChrisDenton:rollup-5pvs08u, r=ChrisDenton
Rollup of 7 pull requests

Successful merges:

 - #140142 (Some more graphviz tweaks)
 - #140146 (Update `compiler_builtins` to 0.1.156)
 - #140147 (Clean: rename `open_braces` to `open_delimiters` in lexer and move `make_unclosed_delims_error` into `diagnostics.rs`.)
 - #140160 (Use `is_lang_item` and `as_lang_item` instead of handrolling their logic)
 - #140163 (Validate extension in `PathBuf::add_extension`)
 - #140173 (Ping Mara when touching format_args!() internals.)
 - #140175 (`rc""` more clear error message)

r? `@ghost`
`@rustbot` modify labels: rollup
2025-04-23 15:12:33 +00:00
..
lexer Rollup merge of #140175 - Kivooeo:new-fix-one, r=compiler-errors 2025-04-23 00:43:08 +00:00
parser Auto merge of #140180 - ChrisDenton:rollup-5pvs08u, r=ChrisDenton 2025-04-23 15:12:33 +00:00
errors.rs rc and cr more clear error message 2025-04-23 03:15:43 +05:00
lib.rs Move make_unclosed_delims_error to lexer/diagonostics.rs 2025-04-22 14:37:26 +08:00
validate_attr.rs Make #[naked] an unsafe attribute 2025-04-19 00:03:35 +02:00