rust/compiler/rustc_span/src
Guillaume Gomez 239b3728d5
Rollup merge of #123512 - Jules-Bertholet:ref-pat-eat-one-layer-2024, r=Nadrieril
Match ergonomics 2024: Implement eat-one-layer

r? `@Nadrieril`

cc #123076

`@rustbot` label A-edition-2024 A-patterns
2024-04-16 21:41:24 +02:00
..
analyze_source_file
edit_distance
source_map rustc_index: Add a ZERO constant to index types 2024-04-03 19:06:22 +03:00
symbol Use FxIndexSet in the symbol interner. 2023-11-03 07:19:41 +11:00
analyze_source_file.rs Initiate the inner usage of cfg_match 2023-10-19 20:18:51 -03:00
caching_source_map_view.rs Add better ICE messages for some undescriptive panics 2023-12-15 00:50:55 -05:00
def_id.rs rustc_index: Add a ZERO constant to index types 2024-04-03 19:06:22 +03:00
edit_distance.rs check rust lints when an unknown lint is detected 2024-01-12 18:50:36 +08:00
edition.rs Remove edition umbrella features. 2023-12-10 13:03:28 -08:00
fatal_error.rs Auto merge of #117557 - Zoxc:panic-prio, r=petrochenkov 2023-11-09 00:39:02 +00:00
hygiene.rs rustc_index: Add a ZERO constant to index types 2024-04-03 19:06:22 +03:00
lib.rs Construct SourceMap at the same time as SessionGlobals. 2024-04-16 13:02:53 +10:00
profiling.rs
source_map.rs Construct SourceMap at the same time as SessionGlobals. 2024-04-16 13:02:53 +10:00
span_encoding.rs Add add/sub methods that only panic with debug assertions to rustc 2024-04-13 17:03:12 +02:00
symbol.rs Rollup merge of #123512 - Jules-Bertholet:ref-pat-eat-one-layer-2024, r=Nadrieril 2024-04-16 21:41:24 +02:00
tests.rs