1
Fork 0

Rename relationships to infer_var_info

This commit is contained in:
Santiago Pastorino 2023-01-20 16:45:01 -03:00
parent fb0a4e9589
commit 6155a80380
No known key found for this signature in database
GPG key ID: 8131A24E0C79EFAF
3 changed files with 12 additions and 12 deletions

View file

@ -2619,7 +2619,7 @@ impl<'tcx> fmt::Debug for SymbolName<'tcx> {
}
#[derive(Debug, Default, Copy, Clone)]
pub struct FoundRelationships {
pub struct InferVarInfo {
/// This is true if we identified that this Ty (`?T`) is found in a `?T: Foo`
/// obligation, where:
///