rust/compiler/rustc_parse/src
Trevor Gross 63a91db022
Rollup merge of #130870 - surechen:fix_130791, r=compiler-errors
Add suggestion for removing invalid path sep `::` in fn def

Add suggestion for removing invalid path separator `::` in function definition.

for example: `fn invalid_path_separator::<T>() {}`

fixes #130791
2024-10-12 11:08:42 -05:00
..
lexer Reserve guarded string literals (RFC 3593) 2024-10-08 18:21:16 -06:00
parser Rollup merge of #130870 - surechen:fix_130791, r=compiler-errors 2024-10-12 11:08:42 -05:00
errors.rs Rollup merge of #130870 - surechen:fix_130791, r=compiler-errors 2024-10-12 11:08:42 -05:00
lib.rs Rename NestedMetaItem to MetaItemInner 2024-10-06 23:28:30 +09:00
validate_attr.rs Rename NestedMetaItem to MetaItemInner 2024-10-06 23:28:30 +09:00