rust/src/test
Patrick Walton 67deb2e65e libsyntax: Remove the use foo = bar syntax from the language in favor
of `use bar as foo`.

Change all uses of `use foo = bar` to `use bar as foo`.

Implements RFC #47.

Closes #16461.

[breaking-change]
2014-08-18 09:19:10 -07:00
..
auxiliary
bench regex: Enable test on Windows 2014-08-18 13:44:29 +09:00
codegen
compile-fail libsyntax: Remove the use foo = bar syntax from the language in favor 2014-08-18 09:19:10 -07:00
compile-fail-fulldeps regex: Enable test on Windows 2014-08-18 13:44:29 +09:00
debuginfo
pretty
run-fail
run-make Remove workaround of #13793/#10872 2014-08-18 13:45:08 +09:00
run-pass libsyntax: Remove the use foo = bar syntax from the language in favor 2014-08-18 09:19:10 -07:00
run-pass-fulldeps