rust/compiler/rustc_parse
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
..
src Rollup merge of #130870 - surechen:fix_130791, r=compiler-errors 2024-10-12 11:08:42 -05:00
Cargo.toml Avoid double-handling of attributes in collect_tokens. 2024-08-24 06:57:47 +10:00
messages.ftl Rollup merge of #130870 - surechen:fix_130791, r=compiler-errors 2024-10-12 11:08:42 -05:00