Fix obligation checking for rigid able vars

This commit is contained in:
Ayaz Hafiz 2022-11-21 13:23:34 -06:00 committed by Brendan Hansknecht
parent a321e36a36
commit 2e56405c1e
No known key found for this signature in database
GPG key ID: 0EA784685083E75B
3 changed files with 24 additions and 19 deletions

View file

@ -79,6 +79,9 @@ flags! {
/// Only use this in single-threaded mode!
ROC_PRINT_UNIFICATIONS
/// Prints types whose ability impls failed to be derived.
ROC_PRINT_UNDERIVABLE
/// Prints traces of unspecialized lambda set compaction
ROC_TRACE_COMPACTION