Change remaining "iface" occurrences to "trait"; deprecate "iface"
This commit is contained in:
parent
c2f49c46ae
commit
439afaa329
111 changed files with 194 additions and 188 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue