1
Fork 0

rustc: Switch to the new resolution pass

This commit is contained in:
Patrick Walton 2012-07-06 19:06:58 -07:00
parent b5f5676a2f
commit c4af6e92fb
41 changed files with 430 additions and 328 deletions

View file

@ -1,4 +1,4 @@
// error-pattern:cyclic import
// error-pattern:import
mod a {
import b::x;