Skip to content

Instantly share code, notes, and snippets.

@dignifiedquire
Created February 8, 2017 11:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dignifiedquire/cb97915e83c52361c7b5de6e9e7cc5d7 to your computer and use it in GitHub Desktop.
Save dignifiedquire/cb97915e83c52361c7b5de6e9e7cc5d7 to your computer and use it in GitHub Desktop.
RUST_BACKTRACE=1 RUST_LOG=bindgen cargo build
Updating registry `https://github.com/rust-lang/crates.io-index`
Compiling bindgen v0.21.2
Compiling librtcd v0.1.0 (file:///Users/dignifiedquire/opensource/webrtc/librtcd.rs)
error[E0428]: a type named `difference_type` has already been defined in this module
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:36704:5
|
36702 | pub type difference_type = isize;
| --------------------------------- previous definition of `difference_type` here
36703 | pub type type_ = root::difference_type;
36704 | pub type difference_type = root::type_;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `difference_type` already defined
error[E0428]: a type named `const_iterator` has already been defined in this module
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:36795:5
|
36793 | pub type const_iterator =
| _____- starting here...
36794 | | root::std::__wrap_iter<*const ::std::os::raw::c_char>;
| |______________________________________________________________- ...ending here: previous definition of `const_iterator` here
36795 | pub type const_iterator = root::std::__wrap_iter<*const u16>;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `const_iterator` already defined
error[E0432]: unresolved import `self::super::super::super::super::root`
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:6397:17
|
6397 | use self::super::super::super::super::root;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ There are too many initial `super`s.
error[E0432]: unresolved import `self::super::super::super::super::root`
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:6887:17
|
6887 | use self::super::super::super::super::root;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ There are too many initial `super`s.
error[E0432]: unresolved import `self::super::super::super::super::root`
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:7089:17
|
7089 | use self::super::super::super::super::root;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ There are too many initial `super`s.
error[E0432]: unresolved import `self::super::super::super::root::std::ios_base_seekdir`
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:7436:17
|
7436 | pub use self::super::super::super::root::std::ios_base_seekdir as
| _________________^ starting here...
7437 | | ios_base_seek_dir;
| |_________________________________^ ...ending here: There are too many initial `super`s.
error[E0432]: unresolved import `self::super::super::super::super::root`
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:8388:17
|
8388 | use self::super::super::super::super::root;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ There are too many initial `super`s.
error[E0432]: unresolved import `self::super::super::super::super::root`
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:8638:17
|
8638 | use self::super::super::super::super::root;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ There are too many initial `super`s.
error[E0432]: unresolved import `self::super::super::super::super::root`
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:9164:17
|
9164 | use self::super::super::super::super::root;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ There are too many initial `super`s.
error[E0432]: unresolved import `self::super::super::super::super::root`
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:9731:17
|
9731 | use self::super::super::super::super::root;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ There are too many initial `super`s.
error[E0432]: unresolved import `self::super::super::super::super::root`
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:9785:17
|
9785 | use self::super::super::super::super::root;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ There are too many initial `super`s.
error[E0432]: unresolved import `self::super::super::super::root::std::time_base_dateorder`
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:11528:17
|
11528 | pub use self::super::super::super::root::std::time_base_dateorder as
| _________________^ starting here...
11529 | | time_get_dateorder;
| |__________________________________^ ...ending here: There are too many initial `super`s.
error[E0432]: unresolved import `self::super::super::super::root::std::time_base_dateorder`
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:11579:17
|
11579 | pub use self::super::super::super::root::std::time_base_dateorder as
| _________________^ starting here...
11580 | | time_get_byname_dateorder;
| |_________________________________________^ ...ending here: There are too many initial `super`s.
error[E0412]: cannot find type `_Tp` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:6064:31
|
6064 | pub static value: _Tp;
| ^^^ not found in this scope
error[E0412]: cannot find type `_Ret` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:7069:38
|
7069 | root::std::__invokable_r<_Ret, _Fp, _Args>;
| ^^^^ not found in this scope
error[E0412]: cannot find type `_Indx` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:7195:60
|
7195 | pub type tuple_base<_Tp> = root::std::__tuple_impl<_Indx, _Tp>;
| ^^^^^ not found in this scope
error[E0412]: cannot find type `_Tp` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:7217:45
|
7217 | pub type __all = root::std::is_same<_Tp, _Up>;
| ^^^ not found in this scope
error[E0412]: cannot find type `_Up` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:7217:50
|
7217 | pub type __all = root::std::is_same<_Tp, _Up>;
| ^^^ not found in this scope
error[E0412]: cannot find type `_Atomic` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:8476:23
|
8476 | pub __a_: _Atomic(bool),
| ^^^^^^^^^^^^^ did you mean `atomic`?
error[E0412]: cannot find type `_Ptr` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:8630:68
|
8630 | pub type __rebind_pointer_type = root::std::pointer_traits<_Ptr>;
| ^^^^ not found in this scope
error[E0412]: cannot find type `_Tp` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:8792:39
|
8792 | root::std::__pointer_type<_Tp, _Dp>;
| ^^^ not found in this scope
error[E0412]: cannot find type `_Dp` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:8792:44
|
8792 | root::std::__pointer_type<_Tp, _Dp>;
| ^^^ not found in this scope
error[E0412]: cannot find type `_T1` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:8943:55
|
8943 | pub __data_: root::std::__compressed_pair<_T1, _T2>,
| ^^^ did you mean `_Tp`?
error[E0412]: cannot find type `_T2` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:8943:60
|
8943 | pub __data_: root::std::__compressed_pair<_T1, _T2>,
| ^^^ did you mean `_Tp`?
error[E0412]: cannot find type `_Tp` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:9847:48
|
9847 | pub type __bind__Fd = root::std::decay<_Tp>;
| ^^^ not found in this scope
error[E0412]: cannot find type `_Traits` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:10185:46
|
10185 | root::std::__rebind_alloc_helper<_Traits, _Tp>;
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `_Traits` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:10191:46
|
10191 | root::std::__rebind_alloc_helper<_Traits, _Tp>;
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `_Alloc` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:10193:41
|
10193 | root::std::allocator_traits<_Alloc>;
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `_DiffType` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:10243:38
|
10243 | pub static __block_size: _DiffType;
| ^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `_Allocator` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:10567:64
|
10567 | pub static npos: root::std::basic_string_size_type<_Allocator>;
| ^^^^^^^^^^ did you mean `allocator`?
error[E0412]: cannot find type `_ValueTp` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:10606:47
|
10606 | root::std::__make_tree_node_types<_ValueTp, _VoidPtr>;
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `_VoidPtr` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:10606:57
|
10606 | root::std::__make_tree_node_types<_ValueTp, _VoidPtr>;
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `_Traits` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:10628:46
|
10628 | root::std::__rebind_alloc_helper<_Traits, _Tp>;
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `_Traits` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:10632:46
|
10632 | root::std::__rebind_alloc_helper<_Traits, _Tp>;
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `_NodeT` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:10648:52
|
10648 | root::std::__tree_node_types<_NodePtr, _NodeT>;
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `_NodeT` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:10674:52
|
10674 | root::std::__tree_node_types<_NodePtr, _NodeT>;
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `_From` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:10822:41
|
10822 | root::std::__rebind_pointer<_From, _To>;
| ^^^^^ did you mean `From`?
error[E0412]: cannot find type `_To` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:10822:48
|
10822 | root::std::__rebind_pointer<_From, _To>;
| ^^^ not found in this scope
error[E0412]: cannot find type `_From` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:10826:41
|
10826 | root::std::__rebind_pointer<_From, _To>;
| ^^^^^ did you mean `From`?
error[E0412]: cannot find type `_To` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:10826:48
|
10826 | root::std::__rebind_pointer<_From, _To>;
| ^^^ not found in this scope
error[E0412]: cannot find type `_From` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:10843:41
|
10843 | root::std::__rebind_pointer<_From, _To>;
| ^^^^^ did you mean `From`?
error[E0412]: cannot find type `_To` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:10843:48
|
10843 | root::std::__rebind_pointer<_From, _To>;
| ^^^ not found in this scope
error[E0412]: cannot find type `_NodePtr` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:10845:42
|
10845 | root::std::__tree_node_types<_NodePtr, _NodeT>;
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `_NodeT` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:10845:52
|
10845 | root::std::__tree_node_types<_NodePtr, _NodeT>;
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `_NodePtr` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:10860:42
|
10860 | root::std::__tree_node_types<_NodePtr, _NodeT>;
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `_NodeT` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:10860:52
|
10860 | root::std::__tree_node_types<_NodePtr, _NodeT>;
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `_Traits` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:10894:46
|
10894 | root::std::__rebind_alloc_helper<_Traits, _Tp>;
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `_Traits` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:10972:46
|
10972 | root::std::__rebind_alloc_helper<_Traits, _Tp>;
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `_Traits` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:11056:45
|
11056 | root::std::basic_string<_CharT, _Traits, _Allocator>;
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `_Allocator` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:11056:54
|
11056 | root::std::basic_string<_CharT, _Traits, _Allocator>;
| ^^^^^^^^^^ did you mean `allocator`?
error[E0412]: cannot find type `_Traits` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:11518:45
|
11518 | root::std::basic_string<_CharT, _Traits, _Allocator>;
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `_Allocator` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:11518:54
|
11518 | root::std::basic_string<_CharT, _Traits, _Allocator>;
| ^^^^^^^^^^ did you mean `allocator`?
error[E0412]: cannot find type `_Traits` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:11531:45
|
11531 | root::std::basic_string<_CharT, _Traits, _Allocator>;
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `_Allocator` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:11531:54
|
11531 | root::std::basic_string<_CharT, _Traits, _Allocator>;
| ^^^^^^^^^^ did you mean `allocator`?
error[E0412]: cannot find type `_Traits` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:11572:45
|
11572 | root::std::basic_string<_CharT, _Traits, _Allocator>;
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `_Allocator` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:11572:54
|
11572 | root::std::basic_string<_CharT, _Traits, _Allocator>;
| ^^^^^^^^^^ did you mean `allocator`?
error[E0412]: cannot find type `_Traits` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:11584:45
|
11584 | root::std::basic_string<_CharT, _Traits, _Allocator>;
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `_Allocator` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:11584:54
|
11584 | root::std::basic_string<_CharT, _Traits, _Allocator>;
| ^^^^^^^^^^ did you mean `allocator`?
error[E0412]: cannot find type `_Traits` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:11712:45
|
11712 | root::std::basic_string<_CharT, _Traits, _Allocator>;
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `_Allocator` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:11712:54
|
11712 | root::std::basic_string<_CharT, _Traits, _Allocator>;
| ^^^^^^^^^^ did you mean `allocator`?
error[E0412]: cannot find type `_Traits` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:11737:45
|
11737 | root::std::basic_string<_CharT, _Traits, _Allocator>;
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `_Allocator` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:11737:54
|
11737 | root::std::basic_string<_CharT, _Traits, _Allocator>;
| ^^^^^^^^^^ did you mean `allocator`?
error[E0412]: cannot find type `_Traits` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:11772:45
|
11772 | root::std::basic_string<_CharT, _Traits, _Allocator>;
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `_Allocator` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:11772:54
|
11772 | root::std::basic_string<_CharT, _Traits, _Allocator>;
| ^^^^^^^^^^ did you mean `allocator`?
error[E0412]: cannot find type `_Traits` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:11797:45
|
11797 | root::std::basic_string<_CharT, _Traits, _Allocator>;
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `_Allocator` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:11797:54
|
11797 | root::std::basic_string<_CharT, _Traits, _Allocator>;
| ^^^^^^^^^^ did you mean `allocator`?
error[E0412]: cannot find type `_Traits` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:11837:45
|
11837 | root::std::basic_string<_CharT, _Traits, _Allocator>;
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `_Allocator` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:11837:54
|
11837 | root::std::basic_string<_CharT, _Traits, _Allocator>;
| ^^^^^^^^^^ did you mean `allocator`?
error[E0412]: cannot find type `_Traits` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:11859:45
|
11859 | root::std::basic_string<_CharT, _Traits, _Allocator>;
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `_Allocator` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:11859:54
|
11859 | root::std::basic_string<_CharT, _Traits, _Allocator>;
| ^^^^^^^^^^ did you mean `allocator`?
error[E0412]: cannot find type `_CharT` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:11887:37
|
11887 | root::std::basic_string<_CharT, _Traits, _Allocator>;
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `_Traits` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:11887:45
|
11887 | root::std::basic_string<_CharT, _Traits, _Allocator>;
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `_Allocator` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:11887:54
|
11887 | root::std::basic_string<_CharT, _Traits, _Allocator>;
| ^^^^^^^^^^ did you mean `allocator`?
error[E0412]: cannot find type `_CharT` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:11896:51
|
11896 | pub _base: root::std::basic_streambuf<_CharT, _Traits>,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `_Traits` in this scope
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:11896:59
|
11896 | pub _base: root::std::basic_streambuf<_CharT, _Traits>,
| ^^^^^^^ not found in this scope
error[E0204]: the trait `Copy` may not be implemented for this type
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:7191:25
|
7191 | #[derive(Debug, Copy, Clone)]
| ^^^^
7192 | pub struct tuple<_Tp> {
7193 | pub base_: root::std::tuple_base<_Tp>,
| ------------------------------------- this field does not implement `Copy`
error[E0204]: the trait `Copy` may not be implemented for this type
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:8474:25
|
8474 | #[derive(Debug, Copy)]
| ^^^^
8475 | pub struct atomic_flag {
8476 | pub __a_: _Atomic(bool),
| ----------------------- this field does not implement `Copy`
error[E0204]: the trait `Copy` may not be implemented for this type
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:9166:29
|
9166 | #[derive(Debug, Copy, Clone)]
| ^^^^
9167 | pub struct duration<_Rep, _Period> {
9168 | pub __rep_: root::std::chrono::duration_rep<_Rep>,
| ------------------------------------------------- this field does not implement `Copy`
error[E0204]: the trait `Copy` may not be implemented for this type
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:9228:29
|
9228 | #[derive(Debug, Copy, Clone)]
| ^^^^
9229 | pub struct time_point<_Clock, _Duration> {
9230 | pub __d_: root::std::chrono::time_point_duration<_Duration>,
| ----------------------------------------------------------- this field does not implement `Copy`
error[E0204]: the trait `Copy` may not be implemented for this type
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:10641:25
|
10641 | #[derive(Debug, Copy, Clone)]
| ^^^^
10642 | pub struct __tree_iterator<_Tp, _NodePtr, _DiffType> {
10643 | pub __ptr_: root::std::__tree_iterator___iter_pointer<_NodePtr>,
| --------------------------------------------------------------- this field does not implement `Copy`
error[E0204]: the trait `Copy` may not be implemented for this type
--> /Users/dignifiedquire/opensource/webrtc/librtcd.rs/target/debug/build/librtcd-8a0cfdcd85090276/out/bindings.rs:10667:25
|
10667 | #[derive(Debug, Copy, Clone)]
| ^^^^
10668 | pub struct __tree_const_iterator<_Tp, _NodePtr, _DiffType> {
10669 | pub __ptr_: root::std::__tree_const_iterator___iter_pointer<_NodePtr>,
| --------------------------------------------------------------------- this field does not implement `Copy`
error: aborting due to 6 previous errors
error: Could not compile `librtcd`.
To learn more, run the command again with --verbose.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment