Continue String to Symbol conversion in rustdoc

This commit is contained in:
Guillaume Gomez 2020-12-17 14:02:09 +01:00
parent bdd0a78582
commit 44e226ceb7
9 changed files with 74 additions and 69 deletions

View file

@ -153,7 +153,7 @@ pub(super) fn external_path(
global: false,
res: Res::Err,
segments: vec![PathSegment {
name: name.to_string(),
name,
args: external_generic_args(cx, trait_did, has_self, bindings, substs),
}],
}