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
|
|
@ -19,7 +19,7 @@ mod intrinsic {
|
|||
// Remaining fields not listed
|
||||
};
|
||||
|
||||
iface ty_visitor {
|
||||
trait ty_visitor {
|
||||
fn visit_bot() -> bool;
|
||||
fn visit_nil() -> bool;
|
||||
fn visit_bool() -> bool;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue