|
1 | 1 | version bump: 0.2.28 -> (breaking) -> 0.2.29
|
| 2 | +error: path changes to `forkpty` |
| 3 | + --> libc-0.2.28/src/unix/notbsd/mod.rs:1035:5 |
| 4 | + | |
| 5 | +1035 | / pub fn forkpty(amaster: *mut ::c_int, |
| 6 | +1036 | | name: *mut ::c_char, |
| 7 | +1037 | | termp: *const termios, |
| 8 | +1038 | | winp: *const ::winsize) -> ::pid_t; |
| 9 | + | |___________________________________________________^ |
| 10 | + | |
| 11 | +warning: removed path (breaking) |
| 12 | + --> libc-0.2.28/src/lib.rs:275:17 |
| 13 | + | |
| 14 | +275 | pub use unix::*; |
| 15 | + | ^^^^^^^ |
| 16 | + |
| 17 | +error: breaking changes in `PTRACE_O_EXITKILL` |
| 18 | + --> libc-0.2.31/src/unix/notbsd/mod.rs:738:1 |
| 19 | + | |
| 20 | +738 | pub const PTRACE_O_EXITKILL: ::c_int = 0x00100000; |
| 21 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 22 | + | |
| 23 | + = warning: type error: expected u32, found i32 (breaking) |
| 24 | + |
| 25 | +error: breaking changes in `PTRACE_O_TRACECLONE` |
| 26 | + --> libc-0.2.31/src/unix/notbsd/mod.rs:733:1 |
| 27 | + | |
| 28 | +733 | pub const PTRACE_O_TRACECLONE: ::c_int = 0x00000008; |
| 29 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 30 | + | |
| 31 | + = warning: type error: expected u32, found i32 (breaking) |
| 32 | + |
| 33 | +error: breaking changes in `PTRACE_O_TRACEEXEC` |
| 34 | + --> libc-0.2.31/src/unix/notbsd/mod.rs:734:1 |
| 35 | + | |
| 36 | +734 | pub const PTRACE_O_TRACEEXEC: ::c_int = 0x00000010; |
| 37 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 38 | + | |
| 39 | + = warning: type error: expected u32, found i32 (breaking) |
| 40 | + |
| 41 | +error: breaking changes in `PTRACE_O_TRACEEXIT` |
| 42 | + --> libc-0.2.31/src/unix/notbsd/mod.rs:736:1 |
| 43 | + | |
| 44 | +736 | pub const PTRACE_O_TRACEEXIT: ::c_int = 0x00000040; |
| 45 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 46 | + | |
| 47 | + = warning: type error: expected u32, found i32 (breaking) |
| 48 | + |
| 49 | +error: breaking changes in `PTRACE_O_TRACEFORK` |
| 50 | + --> libc-0.2.31/src/unix/notbsd/mod.rs:731:1 |
| 51 | + | |
| 52 | +731 | pub const PTRACE_O_TRACEFORK: ::c_int = 0x00000002; |
| 53 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 54 | + | |
| 55 | + = warning: type error: expected u32, found i32 (breaking) |
| 56 | + |
| 57 | +error: breaking changes in `PTRACE_O_TRACESYSGOOD` |
| 58 | + --> libc-0.2.31/src/unix/notbsd/mod.rs:730:1 |
| 59 | + | |
| 60 | +730 | pub const PTRACE_O_TRACESYSGOOD: ::c_int = 0x00000001; |
| 61 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 62 | + | |
| 63 | + = warning: type error: expected u32, found i32 (breaking) |
| 64 | + |
| 65 | +error: breaking changes in `PTRACE_O_TRACEVFORK` |
| 66 | + --> libc-0.2.31/src/unix/notbsd/mod.rs:732:1 |
| 67 | + | |
| 68 | +732 | pub const PTRACE_O_TRACEVFORK: ::c_int = 0x00000004; |
| 69 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 70 | + | |
| 71 | + = warning: type error: expected u32, found i32 (breaking) |
| 72 | + |
| 73 | +error: breaking changes in `PTRACE_O_TRACEVFORKDONE` |
| 74 | + --> libc-0.2.31/src/unix/notbsd/mod.rs:735:1 |
| 75 | + | |
| 76 | +735 | pub const PTRACE_O_TRACEVFORKDONE: ::c_int = 0x00000020; |
| 77 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 78 | + | |
| 79 | + = warning: type error: expected u32, found i32 (breaking) |
| 80 | + |
| 81 | +error: breaking changes in `PTRACE_O_TRACESECCOMP` |
| 82 | + --> libc-0.2.31/src/unix/notbsd/mod.rs:737:1 |
| 83 | + | |
| 84 | +737 | pub const PTRACE_O_TRACESECCOMP: ::c_int = 0x00000080; |
| 85 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 86 | + | |
| 87 | + = warning: type error: expected u32, found i32 (breaking) |
| 88 | + |
| 89 | +error: breaking changes in `PTRACE_O_SUSPEND_SECCOMP` |
| 90 | + --> libc-0.2.31/src/unix/notbsd/mod.rs:739:1 |
| 91 | + | |
| 92 | +739 | pub const PTRACE_O_SUSPEND_SECCOMP: ::c_int = 0x00200000; |
| 93 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 94 | + | |
| 95 | + = warning: type error: expected u32, found i32 (breaking) |
| 96 | + |
2 | 97 | warning: path changes to `INADDR_LOOPBACK`
|
3 | 98 | --> libc-0.2.31/src/unix/mod.rs:227:1
|
4 | 99 | |
|
@@ -770,100 +865,5 @@ note: added path (technically breaking)
|
770 | 865 | 284 | pub use unix::*;
|
771 | 866 | | ^^^^^^^
|
772 | 867 |
|
773 |
| -error: path changes to `forkpty` |
774 |
| - --> libc-0.2.28/src/unix/notbsd/mod.rs:1035:5 |
775 |
| - | |
776 |
| -1035 | / pub fn forkpty(amaster: *mut ::c_int, |
777 |
| -1036 | | name: *mut ::c_char, |
778 |
| -1037 | | termp: *const termios, |
779 |
| -1038 | | winp: *const ::winsize) -> ::pid_t; |
780 |
| - | |___________________________________________________^ |
781 |
| - | |
782 |
| -warning: removed path (breaking) |
783 |
| - --> libc-0.2.28/src/lib.rs:275:17 |
784 |
| - | |
785 |
| -275 | pub use unix::*; |
786 |
| - | ^^^^^^^ |
787 |
| - |
788 |
| -error: breaking changes in `PTRACE_O_EXITKILL` |
789 |
| - --> libc-0.2.31/src/unix/notbsd/mod.rs:738:1 |
790 |
| - | |
791 |
| -738 | pub const PTRACE_O_EXITKILL: ::c_int = 0x00100000; |
792 |
| - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
793 |
| - | |
794 |
| - = warning: type error: expected u32, found i32 (breaking) |
795 |
| - |
796 |
| -error: breaking changes in `PTRACE_O_TRACECLONE` |
797 |
| - --> libc-0.2.31/src/unix/notbsd/mod.rs:733:1 |
798 |
| - | |
799 |
| -733 | pub const PTRACE_O_TRACECLONE: ::c_int = 0x00000008; |
800 |
| - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
801 |
| - | |
802 |
| - = warning: type error: expected u32, found i32 (breaking) |
803 |
| - |
804 |
| -error: breaking changes in `PTRACE_O_TRACEEXEC` |
805 |
| - --> libc-0.2.31/src/unix/notbsd/mod.rs:734:1 |
806 |
| - | |
807 |
| -734 | pub const PTRACE_O_TRACEEXEC: ::c_int = 0x00000010; |
808 |
| - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
809 |
| - | |
810 |
| - = warning: type error: expected u32, found i32 (breaking) |
811 |
| - |
812 |
| -error: breaking changes in `PTRACE_O_TRACEEXIT` |
813 |
| - --> libc-0.2.31/src/unix/notbsd/mod.rs:736:1 |
814 |
| - | |
815 |
| -736 | pub const PTRACE_O_TRACEEXIT: ::c_int = 0x00000040; |
816 |
| - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
817 |
| - | |
818 |
| - = warning: type error: expected u32, found i32 (breaking) |
819 |
| - |
820 |
| -error: breaking changes in `PTRACE_O_TRACEFORK` |
821 |
| - --> libc-0.2.31/src/unix/notbsd/mod.rs:731:1 |
822 |
| - | |
823 |
| -731 | pub const PTRACE_O_TRACEFORK: ::c_int = 0x00000002; |
824 |
| - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
825 |
| - | |
826 |
| - = warning: type error: expected u32, found i32 (breaking) |
827 |
| - |
828 |
| -error: breaking changes in `PTRACE_O_TRACESYSGOOD` |
829 |
| - --> libc-0.2.31/src/unix/notbsd/mod.rs:730:1 |
830 |
| - | |
831 |
| -730 | pub const PTRACE_O_TRACESYSGOOD: ::c_int = 0x00000001; |
832 |
| - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
833 |
| - | |
834 |
| - = warning: type error: expected u32, found i32 (breaking) |
835 |
| - |
836 |
| -error: breaking changes in `PTRACE_O_TRACEVFORK` |
837 |
| - --> libc-0.2.31/src/unix/notbsd/mod.rs:732:1 |
838 |
| - | |
839 |
| -732 | pub const PTRACE_O_TRACEVFORK: ::c_int = 0x00000004; |
840 |
| - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
841 |
| - | |
842 |
| - = warning: type error: expected u32, found i32 (breaking) |
843 |
| - |
844 |
| -error: breaking changes in `PTRACE_O_TRACEVFORKDONE` |
845 |
| - --> libc-0.2.31/src/unix/notbsd/mod.rs:735:1 |
846 |
| - | |
847 |
| -735 | pub const PTRACE_O_TRACEVFORKDONE: ::c_int = 0x00000020; |
848 |
| - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
849 |
| - | |
850 |
| - = warning: type error: expected u32, found i32 (breaking) |
851 |
| - |
852 |
| -error: breaking changes in `PTRACE_O_TRACESECCOMP` |
853 |
| - --> libc-0.2.31/src/unix/notbsd/mod.rs:737:1 |
854 |
| - | |
855 |
| -737 | pub const PTRACE_O_TRACESECCOMP: ::c_int = 0x00000080; |
856 |
| - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
857 |
| - | |
858 |
| - = warning: type error: expected u32, found i32 (breaking) |
859 |
| - |
860 |
| -error: breaking changes in `PTRACE_O_SUSPEND_SECCOMP` |
861 |
| - --> libc-0.2.31/src/unix/notbsd/mod.rs:739:1 |
862 |
| - | |
863 |
| -739 | pub const PTRACE_O_SUSPEND_SECCOMP: ::c_int = 0x00200000; |
864 |
| - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
865 |
| - | |
866 |
| - = warning: type error: expected u32, found i32 (breaking) |
867 |
| - |
868 | 868 | error: aborting due to 11 previous errors
|
869 | 869 |
|
0 commit comments