salsa-rs / salsa

A generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system.
https://salsa-rs.netlify.app/
Apache License 2.0
2.12k stars 150 forks source link

missing Update impl: Infallible #605

Open nikomatsakis opened 1 hour ago

nikomatsakis commented 1 hour ago

we need an impl of Update for std::convert::Infallible

nikomatsakis commented 1 hour ago

Mentoring instructions

Just add impl Update for std::convert::Infallible... I think.