Skip to content

Commit

Permalink
patch - Tweak 1.29 patchfile (syntax error not noticed by minipatch)
Browse files Browse the repository at this point in the history
  • Loading branch information
thepowersgang committed Aug 22, 2023
1 parent 0340bbb commit bd1064a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rustc-1.29.0-src.patch
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
# A strange bug in `librustc_mir`
--- src/librustc_mir/borrow_check/nll/invalidation.rs
+++ src/librustc_mir/borrow_check/nll/invalidation.rs
@@ -298,4 +298,4 @@
@@ -298,4 +298,4 @@
let drop_field = |
- ig: &mut InvalidationGenerator<'cg, 'cx, 'gcx, 'tcx>,
+ ig: &mut InvalidationGenerator<'cg, 'cx, 'tcx, 'gcx>,
Expand Down

0 comments on commit bd1064a

Please sign in to comment.