Don't give APITs names with macro expansion placeholder fragments in it
This commit is contained in:
@@ -522,6 +522,10 @@ impl<'ra, 'tcx> ResolverExpand for Resolver<'ra, 'tcx> {
|
||||
});
|
||||
Ok(idents)
|
||||
}
|
||||
|
||||
fn insert_impl_trait_name(&mut self, id: NodeId, name: Symbol) {
|
||||
self.impl_trait_names.insert(id, name);
|
||||
}
|
||||
}
|
||||
|
||||
impl<'ra, 'tcx> Resolver<'ra, 'tcx> {
|
||||
|
||||
Reference in New Issue
Block a user