Fix indentation of error message
So I just encountered this error for the first time. It's unclear what it means, why I encountered it, or how to fix it. But worst of all, it has a random newline and weird indentation! This commit fixes that last bit.
This commit is contained in:
parent
306035c217
commit
ec648a1ab3
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ impl<'a, 'gcx, 'tcx> TyS<'tcx> {
|
|||
// which contains a Foo<((T, T), (T, T))>
|
||||
// which contains a Foo<(((T, T), (T, T)), ((T, T), (T, T)))>
|
||||
// etc.
|
||||
let error = format!("reached recursion limit while checking
|
||||
let error = format!("reached recursion limit while checking \
|
||||
inhabitedness of `{}`", self);
|
||||
tcx.sess.fatal(&error);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue