Skip to content

Commit dabacb7

Browse files
committed
fix CI
1 parent fa2921b commit dabacb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/rustc_infer/src/infer/relate/generalize.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,13 @@ impl<'tcx> InferCtxt<'tcx> {
112112
// constrain the `generalized_ty` while using the original relation,
113113
// we therefore only have to flip the arguments.
114114
//
115-
// ```ignore
115+
// ```ignore (not code)
116116
// ?a rel B
117117
// instantiate_ty_var(?a, B) # expected and variance not flipped
118118
// B' rel B
119119
// ```
120120
// or
121-
// ```ignore
121+
// ```ignore (not code)
122122
// A rel ?b
123123
// instantiate_ty_var(?b, A) # expected and variance flipped
124124
// A rel A'

0 commit comments

Comments
 (0)