rust/src/libsyntax
bors a2cf2c66e0 Auto merge of #25791 - barosl:use-paths-as-items, r=alexcrichton
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-27 07:14:45 +00:00
..
2015-05-26 15:12:52 -05:00
2015-05-22 08:45:05 -04:00
2015-04-01 11:22:39 -04:00
2015-05-21 11:47:30 -04:00
2015-05-21 11:47:30 -04:00
2015-05-21 11:47:30 -04:00
2015-05-15 16:04:01 -07:00
2015-05-21 11:47:30 -04:00