rust/compiler/rustc_borrowck/src
Matthias Krüger 75b1b69171
Rollup merge of #100940 - TaKO8Ki:do-not-suggest-adding-bound-to-opaque-type, r=fee1-dead
Do not suggest adding a bound to a opaque type

fixes #100442
2022-08-24 18:20:20 +02:00
..
constraints
diagnostics Rollup merge of #100940 - TaKO8Ki:do-not-suggest-adding-bound-to-opaque-type, r=fee1-dead 2022-08-24 18:20:20 +02:00
region_infer Use real opaque type instead of just saying impl Trait 2022-07-26 06:19:58 +00:00
type_check get rid of RefCell in TransitiveRelation 2022-08-22 18:08:46 +08:00
borrow_set.rs
borrowck_errors.rs
constraint_generation.rs
consumers.rs take opaq types 2022-07-20 12:43:10 +03:00
dataflow.rs
def_use.rs
facts.rs
invalidation.rs
lib.rs Adjust cfgs 2022-08-12 16:28:15 -04:00
location.rs
member_constraints.rs Use real opaque type instead of just saying impl Trait 2022-07-26 06:19:58 +00:00
nll.rs Use LocalDefId in OpaqueTypeKey 2022-07-19 02:08:49 +00:00
path_utils.rs
place_ext.rs
places_conflict.rs Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank" 2022-07-20 07:55:58 +00:00
prefixes.rs Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank" 2022-07-20 07:55:58 +00:00
renumber.rs
session_diagnostics.rs Replace #[lint/warning/error] with #[diag] 2022-08-21 09:17:43 +02:00
universal_regions.rs
used_muts.rs