rust/compiler
Nicholas Nethercote 11f2ca340c Inline and remove unused methods.
`InferCtxt::next_{ty,const,int,float}_var_id` each have a single call
site, in `InferCtt::next_{ty,const,int,float}_var` respectively.

The only remaining method that creates a var_id is
`InferCtxt::next_ty_var_id_in_universe`, which has one use outside the
crate.
2024-05-10 09:47:22 +10:00
..
2024-05-08 21:37:55 +02:00
2024-05-08 15:06:35 +00:00
2024-05-08 21:37:55 +02:00