]> git.lizzy.rs Git - rust.git/commit
test: Add a test for #7663
authorAlex Crichton <alex@alexcrichton.com>
Tue, 8 Apr 2014 18:38:18 +0000 (11:38 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 10 Apr 2014 22:21:59 +0000 (15:21 -0700)
commit6d6d4c987faeec2242e58527f4bb8073083918a3
tree739994f6b85fddb275fb0dce6dd7bdc1849458e8
parentda25539c1ab295ec40261109557dd4526923928c
test: Add a test for #7663

I think that the test case from this issue has become out of date with resolve
changes in the past 9 months, and it's not entirely clear to me what the
original bug was.

Regardless, it seems like tricky resolve behavior, so tests were added to make
sure things resolved correctly and warnings were correctly reported.

Closes #7663
src/test/compile-fail/issue-7663.rs [new file with mode: 0644]
src/test/run-pass/issue-7663.rs [new file with mode: 0644]