diff --git a/tests/mir-opt/nll/named_lifetimes_basic.rs b/tests/mir-opt/nll/named_lifetimes_basic.rs index 5b6cc421ab88d..bb22ce0ed9550 100644 --- a/tests/mir-opt/nll/named_lifetimes_basic.rs +++ b/tests/mir-opt/nll/named_lifetimes_basic.rs @@ -5,7 +5,7 @@ // between R0 and R1 properly. // compile-flags: -Zverbose-internals -// ^^^^^^^^^ force compiler to dump more region information +// ^^^^^^^^^^^^^^^^^^^ force compiler to dump more region information #![allow(warnings)] diff --git a/tests/mir-opt/nll/region_subtyping_basic.rs b/tests/mir-opt/nll/region_subtyping_basic.rs index 0d3139a0ffd05..940f8d173444a 100644 --- a/tests/mir-opt/nll/region_subtyping_basic.rs +++ b/tests/mir-opt/nll/region_subtyping_basic.rs @@ -4,7 +4,7 @@ // including) the call to `use_x`. The `else` branch is not included. // compile-flags:-Zverbose-internals -// ^^^^^^^^^ force compiler to dump more region information +// ^^^^^^^^^^^^^^^^^^^ force compiler to dump more region information #![allow(warnings)]