We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caf4a4a commit 52314c8Copy full SHA for 52314c8
rust-toolchain
@@ -1,4 +1,4 @@
1
# NOTE: Keep in sync with nightly date on README
2
[toolchain]
3
-channel = "nightly-2022-01-26"
+channel = "nightly-2022-02-15"
4
components = ["llvm-tools-preview", "rustc-dev"]
src/mapping.rs
@@ -382,7 +382,7 @@ impl NameMapping {
382
Closure |
383
Generator => None,
384
},
385
- PrimTy(_) | SelfTy(_, _) => Some(&mut self.type_map),
+ PrimTy(_) | SelfTy { .. } => Some(&mut self.type_map),
386
SelfCtor(_) | Local(_) => Some(&mut self.value_map),
387
_ => None,
388
};
0 commit comments