fix CI
This commit is contained in:
parent
fa2921bdca
commit
dabacb7431
1 changed files with 2 additions and 2 deletions
|
@ -112,13 +112,13 @@ impl<'tcx> InferCtxt<'tcx> {
|
||||||
// constrain the `generalized_ty` while using the original relation,
|
// constrain the `generalized_ty` while using the original relation,
|
||||||
// we therefore only have to flip the arguments.
|
// we therefore only have to flip the arguments.
|
||||||
//
|
//
|
||||||
// ```ignore
|
// ```ignore (not code)
|
||||||
// ?a rel B
|
// ?a rel B
|
||||||
// instantiate_ty_var(?a, B) # expected and variance not flipped
|
// instantiate_ty_var(?a, B) # expected and variance not flipped
|
||||||
// B' rel B
|
// B' rel B
|
||||||
// ```
|
// ```
|
||||||
// or
|
// or
|
||||||
// ```ignore
|
// ```ignore (not code)
|
||||||
// A rel ?b
|
// A rel ?b
|
||||||
// instantiate_ty_var(?b, A) # expected and variance flipped
|
// instantiate_ty_var(?b, A) # expected and variance flipped
|
||||||
// A rel A'
|
// A rel A'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue