Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dario23 committed May 6, 2022
1 parent 02e868f commit 73a6075
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# NOTE: Keep in sync with nightly date on README
[toolchain]
channel = "nightly-2022-01-27"
channel = "nightly-2022-02-15"
components = ["llvm-tools-preview", "rustc-dev"]
2 changes: 1 addition & 1 deletion src/mapping.rs
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ impl NameMapping {
Closure |
Generator => None,
},
PrimTy(_) | SelfTy(_, _) => Some(&mut self.type_map),
PrimTy(_) | SelfTy { .. } => Some(&mut self.type_map),
SelfCtor(_) | Local(_) => Some(&mut self.value_map),
_ => None,
};
Expand Down

0 comments on commit 73a6075

Please sign in to comment.