Skip to content

Commit

Permalink
fix underscores
Browse files Browse the repository at this point in the history
Co-authored-by: Esteban Kuber <[email protected]>
  • Loading branch information
jyn514 and estebank authored Dec 19, 2023
1 parent ccbff3f commit f5f8ea9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/mir-opt/nll/named_lifetimes_basic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]

Expand Down
2 changes: 1 addition & 1 deletion tests/mir-opt/nll/region_subtyping_basic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]

Expand Down

0 comments on commit f5f8ea9

Please sign in to comment.