rust/src/libsyntax/ast_map
Barosl Lee 0ae30e608c 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.
2015-05-26 17:42:56 +09:00
..
blocks.rs Make various fixes: 2015-05-21 11:47:30 -04:00
mod.rs Associate each path in a use declaration with the item in the AST map 2015-05-26 17:42:56 +09:00