Change remaining "iface" occurrences to "trait"; deprecate "iface"

This commit is contained in:
Lindsey Kuper 2012-07-31 10:27:51 -07:00
parent c2f49c46ae
commit 439afaa329
111 changed files with 194 additions and 188 deletions

View file

@ -955,7 +955,7 @@ fn spawn_raw(opts: task_opts, +f: fn~()) {
*/
type local_data_key<T: owned> = fn@(+@T);
iface local_data { }
trait local_data { }
impl<T: owned> of local_data for @T { }
// We use dvec because it's the best data structure in core. If TLS is used