Skip to content

fix: revert ctrlc restore terminal feature ... #1148

fix: revert ctrlc restore terminal feature ...

fix: revert ctrlc restore terminal feature ... #1148

Triggered via push May 11, 2024 10:31
Status Failure
Total duration 2m 14s
Artifacts

rust.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

58 errors and 18 warnings
cannot find value `TRUE` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L1785
error[E0425]: cannot find value `TRUE` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:1785:88 | 1785 | { unsafe { ll::mouse_trafo(y.as_mut_ptr(), x.as_mut_ptr(), to_screen as ll::c_bool) == TRUE } } | ^^^^ not found in this scope | help: you may want to use a bool value instead | 1785 | { unsafe { ll::mouse_trafo(y.as_mut_ptr(), x.as_mut_ptr(), to_screen as ll::c_bool) == true } } | ~~~~
cannot find value `TRUE` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L1782
error[E0425]: cannot find value `TRUE` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:1782:92 | 1782 | { unsafe { ll::wmouse_trafo(w, y.as_mut_ptr(), x.as_mut_ptr(), to_screen as ll::c_bool) == TRUE } } | ^^^^ not found in this scope | help: you may want to use a bool value instead | 1782 | { unsafe { ll::wmouse_trafo(w, y.as_mut_ptr(), x.as_mut_ptr(), to_screen as ll::c_bool) == true } } | ~~~~
cannot find value `TRUE` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L1779
error[E0425]: cannot find value `TRUE` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:1779:67 | 1779 | { unsafe { ll::wenclose(w, y as libc::c_int, x as libc::c_int) == TRUE } } | ^^^^ not found in this scope | help: you may want to use a bool value instead | 1779 | { unsafe { ll::wenclose(w, y as libc::c_int, x as libc::c_int) == true } } | ~~~~
cannot find value `TRUE` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L1759
error[E0425]: cannot find value `TRUE` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:1759:31 | 1759 | { unsafe { ll::has_mouse() == TRUE } } | ^^^^ not found in this scope | help: you may want to use a bool value instead | 1759 | { unsafe { ll::has_mouse() == true } } | ~~~~
cannot find value `KEY_F0` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L1751
error[E0425]: cannot find value `KEY_F0` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:1751:3 | 1751 | KEY_F0 + n as i32 | ^^^^^^ not found in this scope
cannot find value `TRUE` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L1717
error[E0425]: cannot find value `TRUE` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:1717:38 | 1717 | if ll::is_leaveok(newscr()) == TRUE | ^^^^ not found in this scope | help: you may want to use a bool value instead | 1717 | if ll::is_leaveok(newscr()) == true | ~~~~
cannot find value `OK` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L1484
error[E0425]: cannot find value `OK` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:1484:3 | 1484 | OK | ^^ help: a tuple variant with a similar name exists (notice the capitalization): `Ok` --> /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:506:5 | = note: similarly named tuple variant `Ok` defined here
cannot find value `ERR` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L1470
error[E0425]: cannot find value `ERR` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:1470:10 | 1470 | _ => ERR, | ^^^ help: a tuple variant with a similar name exists: `Err` --> /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:511:5 | = note: similarly named tuple variant `Err` defined here
cannot find value `OK` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L876
error[E0425]: cannot find value `OK` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:876:3 | 876 | OK | ^^ help: a tuple variant with a similar name exists (notice the capitalization): `Ok` --> /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:506:5 | = note: similarly named tuple variant `Ok` defined here
cannot find value `ERR` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L867
error[E0425]: cannot find value `ERR` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:867:12 | 867 | { return ERR; } | ^^^ help: a tuple variant with a similar name exists: `Err` --> /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:511:5 | = note: similarly named tuple variant `Err` defined here
cannot find value `ERR` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L866
error[E0425]: cannot find value `ERR` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:866:18 | 866 | if mv(y, x) == ERR | ^^^ help: a tuple variant with a similar name exists: `Err` --> /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:511:5 | = note: similarly named tuple variant `Err` defined here
cannot find value `ERR` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L859
error[E0425]: cannot find value `ERR` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:859:10 | 859 | _ => ERR, | ^^^ help: a tuple variant with a similar name exists: `Err` --> /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:511:5 | = note: similarly named tuple variant `Err` defined here
cannot find value `ERR` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L813
error[E0425]: cannot find value `ERR` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:813:15 | 813 | { return Ok(ERR); } | ^^^ help: a tuple variant with a similar name exists: `Err` --> /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:511:5 | = note: similarly named tuple variant `Err` defined here
cannot find value `ERR` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L812
error[E0425]: cannot find value `ERR` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:812:18 | 812 | if mv(y, x) == ERR | ^^^ help: a tuple variant with a similar name exists: `Err` --> /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:511:5 | = note: similarly named tuple variant `Err` defined here
cannot find value `ERR` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L805
error[E0425]: cannot find value `ERR` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:805:12 | 805 | { return ERR; } | ^^^ help: a tuple variant with a similar name exists: `Err` --> /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:511:5 | = note: similarly named tuple variant `Err` defined here
cannot find value `ERR` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L804
error[E0425]: cannot find value `ERR` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:804:18 | 804 | if mv(y, x) == ERR | ^^^ help: a tuple variant with a similar name exists: `Err` --> /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:511:5 | = note: similarly named tuple variant `Err` defined here
cannot find value `ERR` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L797
error[E0425]: cannot find value `ERR` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:797:12 | 797 | { return ERR; } | ^^^ help: a tuple variant with a similar name exists: `Err` --> /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:511:5 | = note: similarly named tuple variant `Err` defined here
cannot find value `ERR` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L796
error[E0425]: cannot find value `ERR` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:796:18 | 796 | if mv(y, x) == ERR | ^^^ help: a tuple variant with a similar name exists: `Err` --> /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:511:5 | = note: similarly named tuple variant `Err` defined here
cannot find value `ERR` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L785
error[E0425]: cannot find value `ERR` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:785:12 | 785 | { return ERR; } | ^^^ help: a tuple variant with a similar name exists: `Err` --> /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:511:5 | = note: similarly named tuple variant `Err` defined here
cannot find value `ERR` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L784
error[E0425]: cannot find value `ERR` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:784:18 | 784 | if mv(y, x) == ERR | ^^^ help: a tuple variant with a similar name exists: `Err` --> /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:511:5 | = note: similarly named tuple variant `Err` defined here
cannot find value `ERR` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L777
error[E0425]: cannot find value `ERR` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:777:12 | 777 | { return ERR; } | ^^^ help: a tuple variant with a similar name exists: `Err` --> /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:511:5 | = note: similarly named tuple variant `Err` defined here
cannot find value `ERR` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L776
error[E0425]: cannot find value `ERR` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:776:18 | 776 | if mv(y, x) == ERR | ^^^ help: a tuple variant with a similar name exists: `Err` --> /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:511:5 | = note: similarly named tuple variant `Err` defined here
cannot find value `ERR` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L769
error[E0425]: cannot find value `ERR` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:769:12 | 769 | { return ERR; } | ^^^ help: a tuple variant with a similar name exists: `Err` --> /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:511:5 | = note: similarly named tuple variant `Err` defined here
cannot find value `ERR` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L768
error[E0425]: cannot find value `ERR` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:768:18 | 768 | if mv(y, x) == ERR | ^^^ help: a tuple variant with a similar name exists: `Err` --> /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:511:5 | = note: similarly named tuple variant `Err` defined here
cannot find value `ERR` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L753
error[E0425]: cannot find value `ERR` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:753:12 | 753 | { return ERR; } | ^^^ help: a tuple variant with a similar name exists: `Err` --> /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:511:5 | = note: similarly named tuple variant `Err` defined here
cannot find value `ERR` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L752
error[E0425]: cannot find value `ERR` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:752:18 | 752 | if mv(y, x) == ERR | ^^^ help: a tuple variant with a similar name exists: `Err` --> /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:511:5 | = note: similarly named tuple variant `Err` defined here
cannot find value `ERR` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L745
error[E0425]: cannot find value `ERR` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:745:10 | 745 | _ => ERR, | ^^^ help: a tuple variant with a similar name exists: `Err` --> /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:511:5 | = note: similarly named tuple variant `Err` defined here
cannot find value `ERR` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L715
error[E0425]: cannot find value `ERR` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:715:15 | 715 | { return Ok(ERR); } | ^^^ help: a tuple variant with a similar name exists: `Err` --> /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:511:5 | = note: similarly named tuple variant `Err` defined here
cannot find value `ERR` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L714
error[E0425]: cannot find value `ERR` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:714:18 | 714 | if mv(y, x) == ERR | ^^^ help: a tuple variant with a similar name exists: `Err` --> /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:511:5 | = note: similarly named tuple variant `Err` defined here
cannot find value `ERR` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L707
error[E0425]: cannot find value `ERR` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:707:15 | 707 | { return Ok(ERR); } | ^^^ help: a tuple variant with a similar name exists: `Err` --> /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:511:5 | = note: similarly named tuple variant `Err` defined here
cannot find value `ERR` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L706
error[E0425]: cannot find value `ERR` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:706:18 | 706 | if mv(y, x) == ERR | ^^^ help: a tuple variant with a similar name exists: `Err` --> /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:511:5 | = note: similarly named tuple variant `Err` defined here
cannot find value `ERR` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L699
error[E0425]: cannot find value `ERR` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:699:12 | 699 | { return ERR; } | ^^^ help: a tuple variant with a similar name exists: `Err` --> /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:511:5 | = note: similarly named tuple variant `Err` defined here
cannot find value `ERR` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L698
error[E0425]: cannot find value `ERR` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:698:18 | 698 | if mv(y, x) == ERR | ^^^ help: a tuple variant with a similar name exists: `Err` --> /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:511:5 | = note: similarly named tuple variant `Err` defined here
cannot find value `ERR` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L691
error[E0425]: cannot find value `ERR` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:691:12 | 691 | { return ERR; } | ^^^ help: a tuple variant with a similar name exists: `Err` --> /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:511:5 | = note: similarly named tuple variant `Err` defined here
cannot find value `ERR` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L690
error[E0425]: cannot find value `ERR` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:690:18 | 690 | if mv(y, x) == ERR | ^^^ help: a tuple variant with a similar name exists: `Err` --> /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:511:5 | = note: similarly named tuple variant `Err` defined here
cannot find value `TRUE` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L653
error[E0425]: cannot find value `TRUE` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:653:32 | 653 | { unsafe { ll::is_syncok(w) == TRUE }} | ^^^^ not found in this scope | help: you may want to use a bool value instead | 653 | { unsafe { ll::is_syncok(w) == true }} | ~~~~
cannot find value `TRUE` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L649
error[E0425]: cannot find value `TRUE` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:649:34 | 649 | { unsafe { ll::is_scrollok(w) == TRUE } } | ^^^^ not found in this scope | help: you may want to use a bool value instead | 649 | { unsafe { ll::is_scrollok(w) == true } } | ~~~~
cannot find value `TRUE` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L645
error[E0425]: cannot find value `TRUE` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:645:35 | 645 | { unsafe { ll::is_notimeout(w) == TRUE } } | ^^^^ not found in this scope | help: you may want to use a bool value instead | 645 | { unsafe { ll::is_notimeout(w) == true } } | ~~~~
cannot find value `TRUE` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L641
error[E0425]: cannot find value `TRUE` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:641:33 | 641 | { unsafe { ll::is_nodelay(w) == TRUE } } | ^^^^ not found in this scope | help: you may want to use a bool value instead | 641 | { unsafe { ll::is_nodelay(w) == true } } | ~~~~
cannot find value `TRUE` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L637
error[E0425]: cannot find value `TRUE` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:637:33 | 637 | { unsafe { ll::is_leaveok(w) == TRUE } } | ^^^^ not found in this scope | help: you may want to use a bool value instead | 637 | { unsafe { ll::is_leaveok(w) == true } } | ~~~~
cannot find value `TRUE` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L633
error[E0425]: cannot find value `TRUE` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:633:32 | 633 | { unsafe { ll::is_keypad(w) == TRUE } } | ^^^^ not found in this scope | help: you may want to use a bool value instead | 633 | { unsafe { ll::is_keypad(w) == true } } | ~~~~
cannot find value `TRUE` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L629
error[E0425]: cannot find value `TRUE` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:629:33 | 629 | { unsafe { ll::is_immedok(w) == TRUE } } | ^^^^ not found in this scope | help: you may want to use a bool value instead | 629 | { unsafe { ll::is_immedok(w) == true } } | ~~~~
cannot find value `TRUE` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L625
error[E0425]: cannot find value `TRUE` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:625:31 | 625 | { unsafe { ll::is_idlok(w) == TRUE } } | ^^^^ not found in this scope | help: you may want to use a bool value instead | 625 | { unsafe { ll::is_idlok(w) == true } } | ~~~~
cannot find value `TRUE` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L621
error[E0425]: cannot find value `TRUE` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:621:31 | 621 | { unsafe { ll::is_idcok(w) == TRUE } } | ^^^^ not found in this scope | help: you may want to use a bool value instead | 621 | { unsafe { ll::is_idcok(w) == true } } | ~~~~
cannot find value `TRUE` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L617
error[E0425]: cannot find value `TRUE` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:617:33 | 617 | { unsafe { ll::is_cleared(w) == TRUE } } | ^^^^ not found in this scope | help: you may want to use a bool value instead | 617 | { unsafe { ll::is_cleared(w) == true } } | ~~~~
cannot find value `TRUE` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L613
error[E0425]: cannot find value `TRUE` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:613:48 | 613 | { unsafe { ll::is_term_resized(lines, cols) == TRUE } } | ^^^^ not found in this scope | help: you may want to use a bool value instead | 613 | { unsafe { ll::is_term_resized(lines, cols) == true } } | ~~~~
cannot find value `TRUE` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L609
error[E0425]: cannot find value `TRUE` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:609:36 | 609 | { unsafe { ll::is_wintouched(w) == TRUE } } | ^^^^ not found in this scope | help: you may want to use a bool value instead | 609 | { unsafe { ll::is_wintouched(w) == true } } | ~~~~
cannot find value `TRUE` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L605
error[E0425]: cannot find value `TRUE` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:605:40 | 605 | { unsafe { ll::is_linetouched(w, l) == TRUE } } | ^^^^ not found in this scope | help: you may want to use a bool value instead | 605 | { unsafe { ll::is_linetouched(w, l) == true } } | ~~~~
cannot find value `TRUE` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L601
error[E0425]: cannot find value `TRUE` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:601:30 | 601 | { unsafe { ll::isendwin() == TRUE } } | ^^^^ not found in this scope | help: you may want to use a bool value instead | 601 | { unsafe { ll::isendwin() == true } } | ~~~~
cannot find value `TRUE` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L467
error[E0425]: cannot find value `TRUE` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:467:28 | 467 | { unsafe { ll::has_il() == TRUE } } | ^^^^ not found in this scope | help: you may want to use a bool value instead | 467 | { unsafe { ll::has_il() == true } } | ~~~~
cannot find value `TRUE` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L463
error[E0425]: cannot find value `TRUE` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:463:28 | 463 | { unsafe { ll::has_ic() == TRUE } } | ^^^^ not found in this scope | help: you may want to use a bool value instead | 463 | { unsafe { ll::has_ic() == true } } | ~~~~
cannot find value `TRUE` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L459
error[E0425]: cannot find value `TRUE` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:459:32 | 459 | { unsafe { ll::has_colors() == TRUE } } | ^^^^ not found in this scope | help: you may want to use a bool value instead | 459 | { unsafe { ll::has_colors() == true } } | ~~~~
cannot find value `OK` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L410
error[E0425]: cannot find value `OK` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:410:3 | 410 | OK | ^^ help: a tuple variant with a similar name exists (notice the capitalization): `Ok` --> /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:506:5 | = note: similarly named tuple variant `Ok` defined here
cannot find value `TRUE` in this scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs#L166
error[E0425]: cannot find value `TRUE` in this scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/lib.rs:166:38 | 166 | { unsafe { ll::can_change_color() == TRUE } } | ^^^^ not found in this scope | help: you may want to use a bool value instead | 166 | { unsafe { ll::can_change_color() == true } } | ~~~~
unresolved import `constants::TRUE`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/menu/wrapper.rs#L11
error[E0432]: unresolved import `constants::TRUE` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/menu/wrapper.rs:11:5 | 11 | use constants::TRUE; | ^^^^^^^^^^^^^^^ no `TRUE` in `constants`
unresolved import `constants::TRUE`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/panel/wrapper.rs#L6
error[E0432]: unresolved import `constants::TRUE` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ncurses-6.0.0/src/panel/wrapper.rs:6:5 | 6 | use constants::TRUE; | ^^^^^^^^^^^^^^^ no `TRUE` in `constants`
clippy
Clippy had exited with the 101 exit code
build
Process completed with exit code 101.
rustfmt
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs/toolchain@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
rustfmt
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs/toolchain@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/