rust/compiler/rustc_parse/src
Matthias Krüger 958fc08e68
Rollup merge of #134173 - onur-ozkan:allow-symbol-intern-string-literal, r=jieyouxu
allow `symbol_intern_string_literal` lint in test modules

Since #133545, `x check compiler --stage 1` no longer works because compiler test modules trigger `symbol_intern_string_literal` lint errors. Bootstrap shouldn't control when to ignore or enable this lint in the compiler tree (using `Kind != Test` was ineffective for obvious reasons).

Also, conditionally adding this rustflag invalidates the build cache between `x test` and other commands.

This PR removes the `Kind` check from bootstrap and handles it directly in the compiler tree in a more natural way.
2024-12-12 08:07:03 +01:00
..
lexer Fix typo in RFC mention 3598 -> 3593 2024-12-09 17:16:14 +00:00
parser Rollup merge of #134173 - onur-ozkan:allow-symbol-intern-string-literal, r=jieyouxu 2024-12-12 08:07:03 +01:00
errors.rs Introduce default_field_values feature 2024-12-09 21:55:01 +00:00
lib.rs Add test to check unicode identifier version 2024-12-09 06:23:59 -08:00
validate_attr.rs Change AttrArgs::Eq into a struct variant 2024-12-02 10:28:58 +00:00