File tree Expand file tree Collapse file tree 2 files changed +1
-18
lines changed Expand file tree Collapse file tree 2 files changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -323,23 +323,6 @@ pub trait HirDatabase: DefDatabase + std::fmt::Debug {
323323 ) ]
324324 fn variances_of ( & self , def : GenericDefId ) -> Option < Arc < [ crate :: variance:: Variance ] > > ;
325325
326- #[ salsa:: invoke( crate :: traits:: normalize_projection_query) ]
327- #[ salsa:: transparent]
328- fn normalize_projection (
329- & self ,
330- projection : crate :: ProjectionTy ,
331- env : Arc < TraitEnvironment < ' _ > > ,
332- ) -> Ty ;
333-
334- #[ salsa:: invoke( crate :: traits:: trait_solve_query) ]
335- #[ salsa:: transparent]
336- fn trait_solve (
337- & self ,
338- krate : Crate ,
339- block : Option < BlockId > ,
340- goal : crate :: Canonical < crate :: InEnvironment < crate :: Goal > > ,
341- ) -> NextTraitSolveResult ;
342-
343326 // next trait solver
344327
345328 #[ salsa:: invoke( crate :: lower_nextsolver:: const_param_ty_query) ]
Original file line number Diff line number Diff line change @@ -3692,7 +3692,7 @@ impl GenericDef {
36923692 } ;
36933693
36943694 expr_store_diagnostics ( db, acc, & source_map) ;
3695- push_ty_diagnostics ( db, acc, db. generic_defaults_with_diagnostics ( def) . 1 , & source_map) ;
3695+ push_ty_diagnostics ( db, acc, db. generic_defaults_ns_with_diagnostics ( def) . 1 , & source_map) ;
36963696 push_ty_diagnostics (
36973697 db,
36983698 acc,
You can’t perform that action at this time.
0 commit comments