rust/compiler/rustc_parse/src
Trevor Gross dfe7d5c31e
Rollup merge of #128524 - chenyukang:yukang-fix-127930-invalid-outer-style-sugg, r=cjgillot
Don't suggest turning crate-level attributes into outer style

Fixes #127930
2024-08-24 21:03:31 -05:00
..
lexer Use impl PartialEq<TokenKind> for Token more. 2024-08-14 16:37:09 +10:00
parser Rollup merge of #128524 - chenyukang:yukang-fix-127930-invalid-outer-style-sugg, r=cjgillot 2024-08-24 21:03:31 -05:00
errors.rs Use bool in favor of Option<()> for diagnostics 2024-08-21 01:31:11 -04:00
lib.rs Use assert_matches around the compiler 2024-08-11 12:25:39 -04:00
validate_attr.rs Stabilize unsafe_attributes 2024-08-07 03:12:13 -05:00