]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #21269 - alexcrichton:issue-6936, r=pnkfelix
authorbors <bors@rust-lang.org>
Mon, 19 Jan 2015 15:44:41 +0000 (15:44 +0000)
committerbors <bors@rust-lang.org>
Mon, 19 Jan 2015 15:44:41 +0000 (15:44 +0000)
This commit modifies resolve to prevent conflicts with typedef names in the same
method that conflits are prevented with enum names. This is a breaking change
due to the differing semantics in resolve, and any errors generated on behalf of
this change require that a conflicting typedef, module, or structure to be
renamed so they do not conflict.

[breaking-change]
Closes #6936

1  2 
src/librustc_trans/trans/debuginfo.rs
src/librustc_typeck/astconv.rs
src/librustc_typeck/collect.rs

Simple merge
Simple merge
Simple merge