Plumb dyn trait representation through ty::Dynamic
This commit is contained in:
@@ -639,7 +639,7 @@ impl<'tcx> WfPredicates<'tcx> {
|
||||
}
|
||||
}
|
||||
|
||||
ty::Dynamic(data, r) => {
|
||||
ty::Dynamic(data, r, _) => {
|
||||
// WfObject
|
||||
//
|
||||
// Here, we defer WF checking due to higher-ranked
|
||||
|
||||
Reference in New Issue
Block a user