-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Redo expected files with new line info
- Loading branch information
Jacob Salzberg
committed
Aug 26, 2024
1 parent
dc332a7
commit fb388f3
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
Failed Checks: Stacked borrows aliasing model violated at "./tests/expected/aliasing/control_flow.rs":LineInfo { start_line: 22, start_col: 17, end_line: 22, end_col: 36 } | ||
Failed Checks: Stacked borrows aliasing model violated. | ||
File: "./tests/expected/aliasing/control_flow.rs", line 21, in main | ||
Failed Checks: Stacked borrows aliasing model violated. | ||
File: "./tests/expected/aliasing/control_flow.rs", line 22, in main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
Failed Checks: Stacked borrows aliasing model violated at "./tests/expected/aliasing/duplicate_write_compressed.rs":LineInfo { start_line: 12, start_col: 9, end_line: 12, end_col: 28 } | ||
Failed Checks: Stacked borrows aliasing model violated. | ||
File: "./tests/expected/aliasing/duplicate_write_compressed.rs", line 12, in main |