Show bound lifetimes when comparing types in diagnostics

This commit is contained in:
Matthew Jasper
2021-03-03 12:14:35 +00:00
committed by Rémy Rakic
parent 5d52c0e0c6
commit 842f0590db
2 changed files with 15 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
pub use self::freshen::TypeFreshener;
pub use self::lexical_region_resolve::RegionResolutionError;
pub use self::LateBoundRegionConversionTime::*;
pub use self::RegionVariableOrigin::*;
pub use self::SubregionOrigin::*;