diff options
| author | Camelid <camelidcamel@gmail.com> | 2021-03-22 21:18:06 -0700 |
|---|---|---|
| committer | Camelid <camelidcamel@gmail.com> | 2021-03-22 21:18:06 -0700 |
| commit | c9ae35978c8520227b360830ff6971f2887c98a2 (patch) | |
| tree | 4c74095ae5c8bd63169e1a7d8a8aa1874e34bd10 /compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp | |
| parent | 72a180e134f2be8b0b390e87189c638f3a20810c (diff) | |
| download | rust-c9ae35978c8520227b360830ff6971f2887c98a2.tar.gz rust-c9ae35978c8520227b360830ff6971f2887c98a2.zip | |
Don't push the crate name onto the `Cache.stack`
Now that we record the crate's name in its `clean::Item`, pushing the
crate name onto the `stack` causes duplicate paths. E.g., the URL
generated for the path `::foo::bar::baz` would be something like
../foo/foo/bar/baz
With this commit, the URL is corrected to
../foo/bar/baz
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp')
0 files changed, 0 insertions, 0 deletions
