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
|
|
@ -23,7 +23,7 @@ fn pick_file(file: path, path: path) -> option<path> {
|
|||
else { option::none }
|
||||
}
|
||||
|
||||
iface filesearch {
|
||||
trait filesearch {
|
||||
fn sysroot() -> path;
|
||||
fn lib_search_paths() -> ~[path];
|
||||
fn get_target_lib_path() -> path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue