Match unmatched backticks in comments in compiler/
This commit is contained in:
@@ -727,7 +727,7 @@ impl<'cx, 'tcx> SelectionContext<'cx, 'tcx> {
|
||||
// Otherwise, we can say that `T: NonAutoTrait` is
|
||||
// true.
|
||||
// Let's imagine we have a predicate stack like
|
||||
// `Foo: Bar -> WF(T) -> T: NonAutoTrait -> T: Auto
|
||||
// `Foo: Bar -> WF(T) -> T: NonAutoTrait -> T: Auto`
|
||||
// depth ^1 ^2 ^3
|
||||
// and the current predicate is `WF(T)`. `wf_args`
|
||||
// would contain `(T, 1)`. We want to check all
|
||||
|
||||
Reference in New Issue
Block a user