about summary refs log tree commit diff
path: root/src/rustllvm/ExecutionEngineWrapper.cpp
diff options
context:
space:
mode:
authorBarosl Lee <vcs@barosl.com>2015-05-26 11:27:15 +0900
committerBarosl Lee <vcs@barosl.com>2015-05-26 17:42:56 +0900
commit0ae30e608c5823a195af62051bfc4e9460f4bd25 (patch)
tree2968d67e7b30702c520b31672c4ff5b5595c1b4e /src/rustllvm/ExecutionEngineWrapper.cpp
parent7cb9914fceaeaa6a39add43d3da15bb6e1d191f6 (diff)
downloadrust-0ae30e608c5823a195af62051bfc4e9460f4bd25.tar.gz
rust-0ae30e608c5823a195af62051bfc4e9460f4bd25.zip
Associate each path in a `use` declaration with the item in the AST map
Currently, for `use` declarations with multiple paths, only the `use`
item itself is saved in the AST map, not the individual path nodes. This
can lead to a problem when a span of a specific path node is needed.

For example, #24818 caused an ICE because of this, in
`ImportResolver::check_for_conflicting_import()`.

Fixes #25763.
Diffstat (limited to 'src/rustllvm/ExecutionEngineWrapper.cpp')
0 files changed, 0 insertions, 0 deletions