diff options
| author | Boxy <supbscripter@gmail.com> | 2024-05-24 01:57:06 +0100 |
|---|---|---|
| committer | Boxy <supbscripter@gmail.com> | 2024-05-24 18:06:53 +0100 |
| commit | fe2d7794ca189f9ec5e7f7fd9b059e7a2e785944 (patch) | |
| tree | 413bf0fd0b2510dc3b96903eaf538c7231a47661 /compiler/rustc_trait_selection/src | |
| parent | bd6344d829a9917298b73253ee0c3ecd0eb1460d (diff) | |
| download | rust-fe2d7794ca189f9ec5e7f7fd9b059e7a2e785944.tar.gz rust-fe2d7794ca189f9ec5e7f7fd9b059e7a2e785944.zip | |
Remove `DefId` from `EarlyParamRegion` (tedium/diagnostics)
Diffstat (limited to 'compiler/rustc_trait_selection/src')
| -rw-r--r-- | compiler/rustc_trait_selection/src/traits/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_trait_selection/src/traits/mod.rs b/compiler/rustc_trait_selection/src/traits/mod.rs index 204bb487c86..e35b8e9fe7d 100644 --- a/compiler/rustc_trait_selection/src/traits/mod.rs +++ b/compiler/rustc_trait_selection/src/traits/mod.rs @@ -185,6 +185,7 @@ fn do_normalize_predicates<'tcx>( predicates: Vec<ty::Clause<'tcx>>, ) -> Result<Vec<ty::Clause<'tcx>>, ErrorGuaranteed> { let span = cause.span; + // FIXME. We should really... do something with these region // obligations. But this call just continues the older // behavior (i.e., doesn't cause any new bugs), and it would |
