summary refs log tree commit diff
path: root/compiler/rustc_infer/src/traits/engine.rs
diff options
context:
space:
mode:
authorDeadbeef <ent3rm4n@gmail.com>2021-08-14 15:57:46 +0000
committerDeadbeef <ent3rm4n@gmail.com>2021-08-14 16:48:01 +0000
commitf25d2bd53b939a9f4e5adf5af7e9ebb3787f730a (patch)
tree87581c5fad400c1dec272f1996bbfcc911a2bb4a /compiler/rustc_infer/src/traits/engine.rs
parent136eaa1b25d13635b773a481ecab61a3162cb627 (diff)
downloadrust-f25d2bd53b939a9f4e5adf5af7e9ebb3787f730a.tar.gz
rust-f25d2bd53b939a9f4e5adf5af7e9ebb3787f730a.zip
Assign FIXMEs to me and remove obsolete ones
Also fixed capitalization of documentation
Diffstat (limited to 'compiler/rustc_infer/src/traits/engine.rs')
-rw-r--r--compiler/rustc_infer/src/traits/engine.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_infer/src/traits/engine.rs b/compiler/rustc_infer/src/traits/engine.rs
index d60388b31c1..42333dc29bc 100644
--- a/compiler/rustc_infer/src/traits/engine.rs
+++ b/compiler/rustc_infer/src/traits/engine.rs
@@ -63,7 +63,7 @@ pub trait TraitEngine<'tcx>: 'tcx {
         infcx: &InferCtxt<'_, 'tcx>,
     ) -> Result<(), Vec<FulfillmentError<'tcx>>>;
 
-    // FIXME this should not provide a default body for chalk as chalk should be updated
+    // FIXME(fee1-dead) this should not provide a default body for chalk as chalk should be updated
     fn select_with_constness_where_possible(
         &mut self,
         infcx: &InferCtxt<'_, 'tcx>,