Assign FIXMEs to me and remove obsolete ones
Also fixed capitalization of documentation
This commit is contained in:
parent
136eaa1b25
commit
f25d2bd53b
5 changed files with 5 additions and 18 deletions
|
@ -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>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue