I'm surprised that I was unable to find an open issue for this. Read http://pcwalton.github.io/blog/2013/06/02/removing-garbage-collection-from-the-rust-language/ for the basic idea. From what I understand the general attitude is favorable, but people have yet to decide whether to salvage the `@` sigil or to require `@T` to now be written `Gc<T>`. Let's try to defer these syntax decisions and just get GC-in-a-library working as soon as possible, if people agree that it is desirable. Nominating for 0.8. Aggressive, but I feel like we're going to suffer if we try to put this off for too long.