Rename relationships to infer_var_info
This commit is contained in:
parent
fb0a4e9589
commit
6155a80380
3 changed files with 12 additions and 12 deletions
|
@ -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:
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue