rust/compiler
Eric Holk 787f4cbd15 Handle uninhabited return types
This changes drop range analysis to handle uninhabited return types such
as `!`. Since these calls to these functions do not return, we model
them as ending in an infinite loop.
2022-01-18 14:25:30 -08:00
..
2022-01-17 17:20:57 +00:00
2022-01-15 01:16:55 +00:00