rust/src/libstd/sync
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
..
future.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
mod.rs libsyntax: Remove the use foo = bar syntax from the language in favor 2014-08-18 09:19:10 -07:00
task_pool.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00