rust/compiler/rustc_borrowck/src/diagnostics
lcnr 9cba14b95b use TypingEnv when no infcx is available
the behavior of the type system not only depends on the current
assumptions, but also the currentnphase of the compiler. This is
mostly necessary as we need to decide whether and how to reveal
opaque types. We track this via the `TypingMode`.
2024-11-18 10:38:56 +01:00
..
bound_region_errors.rs Remove ToUniverseInfo impl for CanonicalQueryInput<CustomTypeOp>. 2024-11-04 17:36:25 +11:00
conflict_errors.rs use TypingEnv when no infcx is available 2024-11-18 10:38:56 +01: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 use TypingEnv when no infcx is available 2024-11-18 10:38:56 +01:00
move_errors.rs Improve duplicate derive Copy/Clone diagnostics 2024-10-16 16:49:31 +02:00
mutability_errors.rs Auto merge of #132580 - compiler-errors:globs, r=Noratrieb 2024-11-05 08:30:56 +00:00
opaque_suggestions.rs Dont suggest use<APIT> 2024-11-09 19:41:53 +00:00
outlives_suggestion.rs Remove unnecessary lifetimes in dataflow structs. 2024-09-09 16:14:18 +10:00
region_errors.rs use TypingEnv when no infcx is available 2024-11-18 10:38:56 +01:00
region_name.rs Auto merge of #132580 - compiler-errors:globs, r=Noratrieb 2024-11-05 08:30:56 +00:00
var_name.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00