diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2021-07-04 12:50:28 -0400 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2021-07-04 12:50:28 -0400 |
| commit | 63fbefd359cb2934525b0395556b64078ac86cc9 (patch) | |
| tree | 4edc6388a2b9cdca171efe9a2a8cb98e389aa0bc /compiler/rustc_trait_selection/src/traits | |
| parent | 86a5a6520d0dca4dd5e8a463dac598f482886cb1 (diff) | |
tag issues with FIXME
Diffstat (limited to 'compiler/rustc_trait_selection/src/traits')
| -rw-r--r-- | compiler/rustc_trait_selection/src/traits/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_trait_selection/src/traits/mod.rs b/compiler/rustc_trait_selection/src/traits/mod.rs index c5c1da2d2c0..e48aab6f46f 100644 --- a/compiler/rustc_trait_selection/src/traits/mod.rs +++ b/compiler/rustc_trait_selection/src/traits/mod.rs @@ -561,7 +561,7 @@ fn type_implements_trait<'tcx>( let trait_ref = ty::TraitRef { def_id: trait_def_id, substs: tcx.mk_substs_trait(ty, params) }; - // FIXME: If there are inference variables anywhere, just give up and assume + // FIXME(#86868): If there are inference variables anywhere, just give up and assume // we don't know the answer. This works around the ICEs that would result from // using those inference variables within the `infer_ctxt` we create below. // Really we should be using canonicalized variables, or perhaps removing |
