rust/compiler/rustc_metadata/src
Guillaume Gomez 53bb6322db
Rollup merge of #107467 - WaffleLapkin:uneq, r=oli-obk
Improve enum checks

Some light refactoring.
2023-01-31 23:38:52 +01:00
..
rmeta Test drop_tracking_mir before querying generator. 2023-01-29 13:50:07 +00:00
creader.rs Fix uninlined_format_args for some compiler crates 2023-01-05 19:01:12 +01:00
dependency_format.rs Replace enum ==s with matches where it makes sense 2023-01-30 12:26:26 +00:00
errors.rs Auto merge of #105609 - bjorn3:shrink_rustc_dev, r=jyn514 2023-01-03 08:05:54 +00:00
foreign_modules.rs Rename some OwnerId fields. 2022-10-29 20:28:38 +11:00
fs.rs Remove double spaces after dots in comments 2023-01-17 08:09:33 +00:00
lib.rs Wrap bundlen static libraries into object files 2022-11-14 12:01:49 +03:00
locator.rs Remove double spaces after dots in comments 2023-01-17 08:09:33 +00:00
native_libs.rs Replace some _ == _ || _ == _s with matches!(_, _ | _)s 2023-01-30 12:26:26 +00:00