rust/compiler/rustc_borrowck/src/diagnostics
Nicholas Nethercote 7901c03d2d Merge UniverseInfo and UniverseInfoInner.
It's strange to have a struct that contains a single anonymous field
that is an enum. This commit merges them. This does require increasing
the visibility of `TypeOfInfo` to `pub(crate)`, but that seems
worthwhile.
2024-11-04 17:36:25 +11:00
..
bound_region_errors.rs Merge UniverseInfo and UniverseInfoInner. 2024-11-04 17:36:25 +11:00
conflict_errors.rs Tidy up comments and some formatting. 2024-11-04 17:36:25 +11:00
explain_borrow.rs Tidy up comments and some formatting. 2024-11-04 17:36:25 +11:00
find_all_local_uses.rs Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
find_use.rs Use Rc less in MirBorrowckCtxt. 2024-10-04 16:46:20 +10:00
mod.rs Tidy up comments and some formatting. 2024-11-04 17:36:25 +11:00
move_errors.rs remove a couple of redundant String to String conversion 2024-10-12 22:07:46 +02:00
mutability_errors.rs Tidy up comments and some formatting. 2024-11-04 17:36:25 +11:00
opaque_suggestions.rs Try to point out when edition 2024 lifetime capture rules cause borrowck issues 2024-10-31 01:35:14 +00:00
outlives_suggestion.rs Remove unnecessary lifetimes in dataflow structs. 2024-09-09 16:14:18 +10:00
region_errors.rs compiler: Replace rustc_target with _abi in _borrowck 2024-11-02 20:31:47 -07:00
region_name.rs Tidy up comments and some formatting. 2024-11-04 17:36:25 +11:00
var_name.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00