Skip to content

Commit

Permalink
Rust: Accept CFG inconsistencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hvitved committed Sep 25, 2024
1 parent d299380 commit cbc2389
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
deadEnd
| gen_match_arm.rs:10:20:10:25 | ... != ... |
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
deadEnd
| gen_match_expr.rs:10:20:10:25 | ... != ... |
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
deadEnd
| test.rs:124:28:124:33 | ... < ... |
| test.rs:139:30:141:9 | BlockExpr |

0 comments on commit cbc2389

Please sign in to comment.