-*- mode: compilation; default-directory: "~/bigdisk1/projects/rust-infra/swig/macroslib/src/" -*- Compilation started at Thu May 30 16:54:30 cargo build Compiling rust_swig v0.4.0-pre (/home/evgeniy/bigdisk1/projects/rust-infra/swig/macroslib) error[E0599]: no method named `merge` found for type `typemap::TypeMap` in the current scope --> macroslib/src/lib.rs:428:27 | 428 | self.conv_map.merge(*code_id, code, target_pointer_width)?; | ^^^^^ help: did you mean: `merge2` | ::: macroslib/src/typemap.rs:81:1 | 81 | pub(crate) struct TypeMap { | ------------------------- method `merge` not found for this error[E0599]: no method named `merge` found for type `&mut typemap::TypeMap` in the current scope --> macroslib/src/cpp/mod.rs:666:14 | 666 | conv_map.merge(SourceId::none(), &code, pointer_target_width)?; | ^^^^^ help: did you mean: `merge2` error[E0599]: no method named `merge` found for type `&mut typemap::TypeMap` in the current scope --> macroslib/src/cpp/mod.rs:799:14 | 799 | conv_map.merge(SourceId::none(), &code, pointer_target_width)?; | ^^^^^ help: did you mean: `merge2` error[E0599]: no method named `merge` found for type `&mut typemap::TypeMap` in the current scope --> macroslib/src/java_jni/rust_code.rs:349:14 | 349 | conv_map.merge(SourceId::none(), &code, pointer_target_width)?; | ^^^^^ help: did you mean: `merge2` error[E0599]: no method named `merge` found for type `&mut typemap::TypeMap` in the current scope --> macroslib/src/java_jni/rust_code.rs:401:14 | 401 | conv_map.merge(SourceId::none(), &new_conv_code, pointer_target_width)?; | ^^^^^ help: did you mean: `merge2` error: aborting due to 5 previous errors For more information about this error, try `rustc --explain E0599`. error: Could not compile `rust_swig`. To learn more, run the command again with --verbose. Compilation exited abnormally with code 101 at Thu May 30 16:54:32