x11/xwayland-satellite
Xwayland outside your Wayland
| Flavor | Version | Run | OSVersion | Arch | License | Restricted | Status | |
|---|---|---|---|---|---|---|---|---|
| 0.5.1_1 | 637 | 4.0 | i386 | MPL20 | 0 | fail |
License Permissions: dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
Events
| Machine | Type | Time | Message |
|---|---|---|---|
| m4032b | info | 2026-05-16 19:53:50.801378 | Test Started |
| m4032b | fail | 2026-05-16 20:03:38.262202 | make test returned non-zero: 1 |
| m4032b | fail | 2026-05-16 20:03:38.432331 | Test complete. |
Log
[1m===> Testing for xwayland-satellite-0.5.1_1[0m
Fresh unicode-ident v1.0.16
Fresh shlex v1.3.0
warning: unexpected `cfg` condition name: `manual_codegen_check`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/shlex-1.3.0/src/bytes.rs:353:12
|
353 | #[cfg_attr(manual_codegen_check, inline(never))]
| ^^^^^^^^^^^^^^^^^^^^
|
= help: expected names are: `docsrs`, `feature`, and `test` and 31 more
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(manual_codegen_check)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(manual_codegen_check)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/shlex-1.3.0/src/lib.rs:228:22
|
228 | pub fn quote(in_str: &str) -> Cow {
| ^^^^ ^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
= note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
|
228 | pub fn quote(in_str: &str) -> Cow<'_, str> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/shlex-1.3.0/src/lib.rs:241:26
|
241 | pub fn try_quote(in_str: &str) -> Result, QuoteError> {
| ^^^^ ^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
241 | pub fn try_quote(in_str: &str) -> Result, QuoteError> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/shlex-1.3.0/src/bytes.rs:484:24
|
484 | pub fn quote(in_bytes: &[u8]) -> Cow<[u8]> {
| ^^^^^ ^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
484 | pub fn quote(in_bytes: &[u8]) -> Cow<'_, [u8]> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/shlex-1.3.0/src/bytes.rs:497:28
|
497 | pub fn try_quote(in_bytes: &[u8]) -> Result, QuoteError> {
| ^^^^^ ^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
497 | pub fn try_quote(in_bytes: &[u8]) -> Result, QuoteError> {
| +++
Fresh pkg-config v0.3.31
warning: `shlex` (lib) generated 5 warnings
Fresh proc-macro2 v1.0.93
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/proc-macro2-1.0.93/src/parse.rs:125:25
|
125 | fn block_comment(input: Cursor) -> PResult<&str> {
| ^^^^^^ ^^^^^^^^^^^^^
| | | |
| | | the same lifetime is elided here
| | the same lifetime is hidden here
| the lifetime is hidden here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
= note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
|
125 | fn block_comment(input: Cursor<'_>) -> PResult<'_, &str> {
| ++++ +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/proc-macro2-1.0.93/src/parse.rs:318:25
|
318 | fn ident_not_raw(input: Cursor) -> PResult<&str> {
| ^^^^^^ ^^^^^^^^^^^^^
| | | |
| | | the same lifetime is elided here
| | the same lifetime is hidden here
| the lifetime is hidden here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
318 | fn ident_not_raw(input: Cursor<'_>) -> PResult<'_, &str> {
| ++++ +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/proc-macro2-1.0.93/src/parse.rs:474:35
|
474 | fn delimiter_of_raw_string(input: Cursor) -> PResult<&str> {
| ^^^^^^ ^^^^^^^^^^^^^
| | | |
| | | the same lifetime is elided here
| | the same lifetime is hidden here
| the lifetime is hidden here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
474 | fn delimiter_of_raw_string(input: Cursor<'_>) -> PResult<'_, &str> {
| ++++ +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/proc-macro2-1.0.93/src/parse.rs:957:32
|
957 | fn doc_comment_contents(input: Cursor) -> PResult<(&str, bool)> {
| ^^^^^^ ^^^^^^^^^^^^^^^^^^^^^
| | | |
| | | the same lifetime is elided here
| | the same lifetime is hidden here
| the lifetime is hidden here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
957 | fn doc_comment_contents(input: Cursor<'_>) -> PResult<'_, (&str, bool)> {
| ++++ +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/proc-macro2-1.0.93/src/parse.rs:980:37
|
980 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor, &str) {
| ^^^^^^ ^^^^^^ ^^^^ the same lifetime is elided here
| | |
| | the same lifetime is hidden here
| the lifetime is hidden here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
980 | fn take_until_newline_or_eof(input: Cursor<'_>) -> (Cursor<'_>, &str) {
| ++++ ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/proc-macro2-1.0.93/src/rcvec.rs:33:24
|
33 | pub(crate) fn iter(&self) -> slice::Iter {
| ^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
33 | pub(crate) fn iter(&self) -> slice::Iter<'_, T> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/proc-macro2-1.0.93/src/rcvec.rs:37:28
|
37 | pub(crate) fn make_mut(&mut self) -> RcVecMut
| ^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
37 | pub(crate) fn make_mut(&mut self) -> RcVecMut<'_, T>
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/proc-macro2-1.0.93/src/rcvec.rs:46:27
|
46 | pub(crate) fn get_mut(&mut self) -> Option> {
| ^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
46 | pub(crate) fn get_mut(&mut self) -> Option> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/proc-macro2-1.0.93/src/rcvec.rs:83:26
|
83 | pub(crate) fn as_mut(&mut self) -> RcVecMut {
| ^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
83 | pub(crate) fn as_mut(&mut self) -> RcVecMut<'_, T> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/proc-macro2-1.0.93/src/rcvec.rs:105:26
|
105 | pub(crate) fn as_mut(&mut self) -> RcVecMut {
| ^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
105 | pub(crate) fn as_mut(&mut self) -> RcVecMut<'_, T> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/proc-macro2-1.0.93/src/fallback.rs:204:20
|
204 | fn get_cursor(src: &str) -> Cursor {
| ^^^^ ^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
204 | fn get_cursor(src: &str) -> Cursor<'_> {
| ++++
Fresh cc v1.2.13
Compiling libc v0.2.169
Fresh quick-xml v0.37.2
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.37.2/src/escape.rs:210:22
|
210 | pub fn unescape(raw: &str) -> Result, EscapeError> {
| ^^^^ ^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
= note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
|
210 | pub fn unescape(raw: &str) -> Result, EscapeError> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.37.2/src/events/mod.rs:180:19
|
180 | pub fn borrow(&self) -> BytesStart {
| ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
180 | pub fn borrow(&self) -> BytesStart<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.37.2/src/events/mod.rs:189:19
|
189 | pub fn to_end(&self) -> BytesEnd {
| ^^^^^ ^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
189 | pub fn to_end(&self) -> BytesEnd<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.37.2/src/events/mod.rs:195:17
|
195 | pub fn name(&self) -> QName {
| ^^^^^ ^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
195 | pub fn name(&self) -> QName<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.37.2/src/events/mod.rs:204:23
|
204 | pub fn local_name(&self) -> LocalName {
| ^^^^^ ^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
204 | pub fn local_name(&self) -> LocalName<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.37.2/src/events/mod.rs:281:23
|
281 | pub fn attributes(&self) -> Attributes {
| ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
281 | pub fn attributes(&self) -> Attributes<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.37.2/src/events/mod.rs:286:28
|
286 | pub fn html_attributes(&self) -> Attributes {
| ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
286 | pub fn html_attributes(&self) -> Attributes<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.37.2/src/events/mod.rs:437:19
|
437 | pub fn borrow(&self) -> BytesEnd {
| ^^^^^ ^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
437 | pub fn borrow(&self) -> BytesEnd<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.37.2/src/events/mod.rs:445:17
|
445 | pub fn name(&self) -> QName {
| ^^^^^ ^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
445 | pub fn name(&self) -> QName<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.37.2/src/events/mod.rs:454:23
|
454 | pub fn local_name(&self) -> LocalName {
| ^^^^^ ^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
454 | pub fn local_name(&self) -> LocalName<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.37.2/src/events/mod.rs:576:19
|
576 | pub fn borrow(&self) -> BytesText {
| ^^^^^ ^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
576 | pub fn borrow(&self) -> BytesText<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.37.2/src/events/mod.rs:769:19
|
769 | pub fn borrow(&self) -> BytesCData {
| ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
769 | pub fn borrow(&self) -> BytesCData<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.37.2/src/events/mod.rs:991:19
|
991 | pub fn borrow(&self) -> BytesPI {
| ^^^^^ ^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
991 | pub fn borrow(&self) -> BytesPI<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.37.2/src/events/mod.rs:1061:23
|
1061 | pub fn attributes(&self) -> Attributes {
| ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
1061 | pub fn attributes(&self) -> Attributes<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.37.2/src/events/mod.rs:1221:20
|
1221 | pub fn version(&self) -> Result, Error> {
| ^^^^^ ^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
1221 | pub fn version(&self) -> Result, Error> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.37.2/src/events/mod.rs:1276:21
|
1276 | pub fn encoding(&self) -> Option, AttrError>> {
| ^^^^^ ^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
1276 | pub fn encoding(&self) -> Option, AttrError>> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.37.2/src/events/mod.rs:1318:23
|
1318 | pub fn standalone(&self) -> Option, AttrError>> {
| ^^^^^ ^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
1318 | pub fn standalone(&self) -> Option, AttrError>> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.37.2/src/events/mod.rs:1347:19
|
1347 | pub fn borrow(&self) -> BytesDecl {
| ^^^^^ ^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
1347 | pub fn borrow(&self) -> BytesDecl<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.37.2/src/events/mod.rs:1427:19
|
1427 | pub fn borrow(&self) -> Event {
| ^^^^^ ^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
1427 | pub fn borrow(&self) -> Event<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.37.2/src/name.rs:624:9
|
624 | &self,
| ^^^^^ the lifetime is elided here
...
627 | ) -> (ResolveResult, LocalName<'n>) {
| ^^^^^^^^^^^^^ the same lifetime is hidden here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
627 | ) -> (ResolveResult<'_>, LocalName<'n>) {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.37.2/src/name.rs:643:17
|
643 | pub fn find(&self, element_name: QName) -> ResolveResult {
| ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
643 | pub fn find(&self, element_name: QName) -> ResolveResult<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.37.2/src/name.rs:647:23
|
647 | fn resolve_prefix(&self, prefix: Option, use_default: bool) -> ResolveResult {
| ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
647 | fn resolve_prefix(&self, prefix: Option, use_default: bool) -> ResolveResult<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.37.2/src/name.rs:681:23
|
681 | pub const fn iter(&self) -> PrefixIter {
| ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
681 | pub const fn iter(&self) -> PrefixIter<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.37.2/src/reader/mod.rs:884:19
|
884 | pub fn stream(&mut self) -> BinaryStream {
| ^^^^^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
884 | pub fn stream(&mut self) -> BinaryStream<'_, R> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.37.2/src/reader/ns_reader.rs:132:27
|
132 | pub const fn prefixes(&self) -> PrefixIter {
| ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
132 | pub const fn prefixes(&self) -> PrefixIter<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.37.2/src/reader/ns_reader.rs:188:9
|
188 | &mut self,
| ^^^^^^^^^ the lifetime is elided here
189 | event: Result>,
190 | ) -> Result<(ResolveResult, Event<'i>)> {
| ^^^^^^^^^^^^^ the same lifetime is hidden here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
190 | ) -> Result<(ResolveResult<'_>, Event<'i>)> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.37.2/src/reader/ns_reader.rs:251:24
|
251 | pub fn resolve<'n>(&self, name: QName<'n>, attribute: bool) -> (ResolveResult, LocalName<'n>) {
| ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
251 | pub fn resolve<'n>(&self, name: QName<'n>, attribute: bool) -> (ResolveResult<'_>, LocalName<'n>) {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.37.2/src/reader/ns_reader.rs:307:32
|
307 | pub fn resolve_element<'n>(&self, name: QName<'n>) -> (ResolveResult, LocalName<'n>) {
| ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
307 | pub fn resolve_element<'n>(&self, name: QName<'n>) -> (ResolveResult<'_>, LocalName<'n>) {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.37.2/src/reader/ns_reader.rs:377:34
|
377 | pub fn resolve_attribute<'n>(&self, name: QName<'n>) -> (ResolveResult, LocalName<'n>) {
| ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
377 | pub fn resolve_attribute<'n>(&self, name: QName<'n>) -> (ResolveResult<'_>, LocalName<'n>) {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.37.2/src/reader/ns_reader.rs:498:9
|
498 | &mut self,
| ^^^^^^^^^ the lifetime is elided here
499 | buf: &'b mut Vec,
500 | ) -> Result<(ResolveResult, Event<'b>)> {
| ^^^^^^^^^^^^^ the same lifetime is hidden here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
500 | ) -> Result<(ResolveResult<'_>, Event<'b>)> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.37.2/src/reader/ns_reader.rs:744:32
|
744 | pub fn read_resolved_event(&mut self) -> Result<(ResolveResult, Event<'i>)> {
| ^^^^^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
744 | pub fn read_resolved_event(&mut self) -> Result<(ResolveResult<'_>, Event<'i>)> {
| ++++
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/libc-0.2.169/src/macros.rs:260:36
|
260 | pub $($constness)* extern fn $i($($arg: $argty),*) -> $ret
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/libc-0.2.169/src/unix/mod.rs:1506:1
|
1506 | / safe_f! {
1507 | | // It seems htonl, etc are macros on macOS. So we have to reimplement them. So let's
1508 | | // reimplement them for all UNIX platforms
1509 | | pub {const} fn htonl(hostlong: u32) -> u32 {
... |
1521 | | }
| |_- in this macro invocation
|
= note: `#[warn(missing_abi)]` on by default
= note: this warning originates in the macro `safe_f` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/libc-0.2.169/src/macros.rs:246:43
|
246 | pub $($constness)* unsafe extern fn $i($($arg: $argty),*) -> $ret
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/libc-0.2.169/src/unix/bsd/mod.rs:596:1
|
596 | / f! {
597 | | pub fn CMSG_FIRSTHDR(mhdr: *const crate::msghdr) -> *mut cmsghdr {
598 | | if (*mhdr).msg_controllen as usize >= mem::size_of::() {
599 | | (*mhdr).msg_control as *mut cmsghdr
... |
630 | | }
| |_- in this macro invocation
|
= note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/libc-0.2.169/src/macros.rs:260:36
|
260 | pub $($constness)* extern fn $i($($arg: $argty),*) -> $ret
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/libc-0.2.169/src/unix/bsd/mod.rs:632:1
|
632 | / safe_f! {
633 | | pub {const} fn WTERMSIG(status: c_int) -> c_int {
634 | | status & 0o177
... |
652 | | }
| |_- in this macro invocation
|
= note: this warning originates in the macro `safe_f` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/libc-0.2.169/src/macros.rs:260:36
|
260 | pub $($constness)* extern fn $i($($arg: $argty),*) -> $ret
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/libc-0.2.169/src/unix/bsd/freebsdlike/mod.rs:1484:1
|
1484 | / safe_f! {
1485 | | pub {const} fn WIFCONTINUED(status: c_int) -> bool {
1486 | | status == 0x13
... |
1496 | | }
| |_- in this macro invocation
|
= note: this warning originates in the macro `safe_f` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/libc-0.2.169/src/macros.rs:246:43
|
246 | pub $($constness)* unsafe extern fn $i($($arg: $argty),*) -> $ret
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/libc-0.2.169/src/unix/bsd/freebsdlike/freebsd/mod.rs:4882:1
|
4882 | / f! {
4883 | | pub fn CMSG_DATA(cmsg: *const cmsghdr) -> *mut c_uchar {
4884 | | (cmsg as *mut c_uchar).offset(_ALIGN(mem::size_of::()) as isize)
... |
4985 | | }
| |_- in this macro invocation
|
= note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/libc-0.2.169/src/macros.rs:260:36
|
260 | pub $($constness)* extern fn $i($($arg: $argty),*) -> $ret
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/libc-0.2.169/src/unix/bsd/freebsdlike/freebsd/mod.rs:4987:1
|
4987 | / safe_f! {
4988 | | pub {const} fn WIFSIGNALED(status: c_int) -> bool {
4989 | | (status & 0o177) != 0o177 && (status & 0o177) != 0 && status != 0x13
... |
5031 | | }
| |_- in this macro invocation
|
= note: this warning originates in the macro `safe_f` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/libc-0.2.169/src/macros.rs:260:36
|
260 | pub $($constness)* extern fn $i($($arg: $argty),*) -> $ret
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/libc-0.2.169/src/unix/bsd/freebsdlike/freebsd/freebsd11/mod.rs:438:1
|
438 | / safe_f! {
439 | | pub {const} fn makedev(major: c_uint, minor: c_uint) -> crate::dev_t {
440 | | let major = major as crate::dev_t;
441 | | let minor = minor as crate::dev_t;
... |
444 | | }
| |_- in this macro invocation
|
= note: this warning originates in the macro `safe_f` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/libc-0.2.169/src/macros.rs:246:43
|
246 | pub $($constness)* unsafe extern fn $i($($arg: $argty),*) -> $ret
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/libc-0.2.169/src/unix/bsd/freebsdlike/freebsd/freebsd11/mod.rs:446:1
|
446 | / f! {
447 | | pub fn major(dev: crate::dev_t) -> c_int {
448 | | ((dev >> 8) & 0xff) as c_int
... |
454 | | }
| |_- in this macro invocation
|
= note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: `proc-macro2` (lib) generated 11 warnings
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/libc-0.2.169 CARGO_MANIFEST_PATH=/magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/libc-0.2.169/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.169 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=169 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/x11/xwayland-satellite/work/target/release/deps OUT_DIR=/magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/build/libc-2f24774fa9354270/out /usr/local/bin/rustc --crate-name libc --edition=2021 /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/libc-0.2.169/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=0e769589e4f001f1 -C extra-filename=-16305d0ae0efb1e2 --out-dir /magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/x11/xwayland-satellite/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
warning: `quick-xml` (lib) generated 31 warnings
warning: `libc` (lib) generated 8 warnings
Fresh quote v1.0.38
Fresh glob v0.3.2
Fresh wayland-scanner v0.31.6
Fresh syn v2.0.98
warning: lint `repr_transparent_external_private_fields` has been renamed to `repr_transparent_non_zst_fields`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/syn-2.0.98/src/token.rs:146:28
|
146 | #[allow(unknown_lints, repr_transparent_external_private_fields)] // False positive: https://github.com/rust-lang/rust/issues/7...
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `repr_transparent_non_zst_fields`
|
= note: `#[warn(renamed_and_removed_lints)]` on by default
warning: lint `repr_transparent_external_private_fields` has been renamed to `repr_transparent_non_zst_fields`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/syn-2.0.98/src/token.rs:327:36
|
327 | #[allow(unknown_lints, repr_transparent_external_private_fields)] // False positive: https://github.com/rust-lang/rus...
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `repr_transparent_non_zst_fields`
...
521 | / define_punctuation_structs! {
522 | | "_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, extern crates, use declaration...
523 | | }
| |_- in this macro invocation
|
= note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: lint `repr_transparent_external_private_fields` has been renamed to `repr_transparent_non_zst_fields`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/syn-2.0.98/src/token.rs:327:36
|
327 | #[allow(unknown_lints, repr_transparent_external_private_fields)] // False positive: https://github.com/rust-lang/rus...
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `repr_transparent_non_zst_fields`
...
748 | / define_punctuation! {
749 | | "&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference patterns
750 | | "&&" pub struct AndAnd/2 /// lazy AND, borrow, references, reference patterns
751 | | "&=" pub struct AndEq/2 /// bitwise AND assignment
... |
794 | | "~" pub struct Tilde/1 /// unused since before Rust 1.0
795 | | }
| |_- in this macro invocation
|
= note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/syn-2.0.98/src/buffer.rs:81:18
|
81 | pub fn begin(&self) -> Cursor {
| ^^^^^ ^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
= note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
|
81 | pub fn begin(&self) -> Cursor<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/syn-2.0.98/src/data.rs:71:17
|
71 | pub fn iter(&self) -> punctuated::Iter {
| ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
71 | pub fn iter(&self) -> punctuated::Iter<'_, Field> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/syn-2.0.98/src/data.rs:82:21
|
82 | pub fn iter_mut(&mut self) -> punctuated::IterMut {
| ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
82 | pub fn iter_mut(&mut self) -> punctuated::IterMut<'_, Field> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/syn-2.0.98/src/data.rs:141:24
|
141 | pub fn members(&self) -> impl Iterator- + Clone + '_ [Members] {
| ^^^^^ the lifetime is elided here ^^^^^^^ the same lifetime is hidden here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
141 | pub fn members(&self) -> impl Iterator
- + Clone + '_ [Members<'_>] {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/syn-2.0.98/src/generics.rs:108:26
|
108 | pub fn lifetimes(&self) -> impl Iterator
- [Lifetimes] {
| ^^^^^ the lifetime is elided here ^^^^^^^^^ the same lifetime is hidden here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
108 | pub fn lifetimes(&self) -> impl Iterator
- [Lifetimes<'_>] {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/syn-2.0.98/src/generics.rs:115:30
|
115 | pub fn lifetimes_mut(&mut self) -> impl Iterator
- [LifetimesMut] {
| ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^^ the same lifetime is hidden here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
115 | pub fn lifetimes_mut(&mut self) -> impl Iterator
- [LifetimesMut<'_>] {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/syn-2.0.98/src/generics.rs:122:28
|
122 | pub fn type_params(&self) -> impl Iterator
- [TypeParams] {
| ^^^^^ the lifetime is elided here ^^^^^^^^^^ the same lifetime is hidden here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
122 | pub fn type_params(&self) -> impl Iterator
- [TypeParams<'_>] {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/syn-2.0.98/src/generics.rs:129:32
|
129 | pub fn type_params_mut(&mut self) -> impl Iterator
- [TypeParamsMut] {
| ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
129 | pub fn type_params_mut(&mut self) -> impl Iterator
- [TypeParamsMut<'_>] {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/syn-2.0.98/src/generics.rs:136:29
|
136 | pub fn const_params(&self) -> impl Iterator
- [ConstParams] {
| ^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
136 | pub fn const_params(&self) -> impl Iterator
- [ConstParams<'_>] {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/syn-2.0.98/src/generics.rs:143:33
|
143 | pub fn const_params_mut(&mut self) -> impl Iterator
- [ConstParamsMut] {
| ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^ the same lifetime is hidden here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
143 | pub fn const_params_mut(&mut self) -> impl Iterator
- [ConstParamsMut<'_>] {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/syn-2.0.98/src/generics.rs:176:27
|
176 | pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) {
| ^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^ the same lifetime is elided here
| | | |
| | | the same lifetime is hidden here
| | the same lifetime is hidden here
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
176 | pub fn split_for_impl(&self) -> (ImplGenerics<'_>, TypeGenerics<'_>, Option<&WhereClause>) {
| ++++ ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/syn-2.0.98/src/generics.rs:347:25
|
347 | pub fn as_turbofish(&self) -> Turbofish {
| ^^^^^ ^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
347 | pub fn as_turbofish(&self) -> Turbofish<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/syn-2.0.98/src/parse.rs:1279:35
|
1279 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer {
| ^^^^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
1279 | fn tokens_to_parse_buffer(tokens: &TokenBuffer) -> ParseBuffer<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/syn-2.0.98/src/discouraged.rs:208:28
|
208 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer)>;
| ^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
208 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer<'_>)>;
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/syn-2.0.98/src/discouraged.rs:212:28
|
212 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer)> {
| ^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
212 | fn parse_any_delimiter(&self) -> Result<(Delimiter, DelimSpan, ParseBuffer<'_>)> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/syn-2.0.98/src/punctuated.rs:119:17
|
119 | pub fn iter(&self) -> Iter
{
| ^^^^^ ^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
119 | pub fn iter(&self) -> Iter<'_, T> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/syn-2.0.98/src/punctuated.rs:130:21
|
130 | pub fn iter_mut(&mut self) -> IterMut {
| ^^^^^^^^^ ^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
130 | pub fn iter_mut(&mut self) -> IterMut<'_, T> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/syn-2.0.98/src/punctuated.rs:141:18
|
141 | pub fn pairs(&self) -> Pairs {
| ^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
141 | pub fn pairs(&self) -> Pairs<'_, T, P> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/syn-2.0.98/src/punctuated.rs:150:22
|
150 | pub fn pairs_mut(&mut self) -> PairsMut {
| ^^^^^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
150 | pub fn pairs_mut(&mut self) -> PairsMut<'_, T, P> {
| +++
warning: `syn` (lib) generated 67 warnings (45 duplicates)
Fresh minimal-lexical v0.2.1
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/minimal-lexical-0.2.1/src/bigint.rs:127:17
|
127 | pub fn rview(x: &[Limb]) -> ReverseView {
| ^^^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
= note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
|
127 | pub fn rview(x: &[Limb]) -> ReverseView<'_, Limb> {
| +++
Fresh cfg-if v1.0.0
Compiling bitflags v2.8.0
warning: `libc` (lib) generated 8 warnings (8 duplicates)
warning: `minimal-lexical` (lib) generated 1 warning
Fresh either v1.13.0
warning: unused import: `for_both`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/either-1.13.0/src/iterator.rs:1:13
|
1 | use super::{for_both, Either, Left, Right};
| ^^^^^^^^
|
= note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
Fresh nom v7.1.3
warning: unexpected `cfg` condition value: `cargo-clippy`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/nom-7.1.3/src/lib.rs:375:13
|
375 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::doc_markdown))]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `alloc`, `default`, `docsrs`, and `std`
= help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
= note: see for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
warning: unexpected `cfg` condition name: `nightly`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/nom-7.1.3/src/lib.rs:379:12
|
379 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))]
| ^^^^^^^
|
= help: expected names are: `docsrs`, `feature`, and `test` and 31 more
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `nightly`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/nom-7.1.3/src/lib.rs:391:12
|
391 | #[cfg_attr(nightly, allow(rustdoc::missing_doc_code_examples))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `nightly`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/nom-7.1.3/src/lib.rs:418:14
|
418 | #[cfg_attr(nightly, allow(rustdoc::missing_doc_code_examples))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `nightly`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/nom-7.1.3/src/internal.rs:49:12
|
49 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `nightly`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/nom-7.1.3/src/internal.rs:96:12
|
96 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `nightly`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/nom-7.1.3/src/internal.rs:340:12
|
340 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `nightly`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/nom-7.1.3/src/internal.rs:357:12
|
357 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `nightly`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/nom-7.1.3/src/internal.rs:374:12
|
374 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `nightly`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/nom-7.1.3/src/internal.rs:392:12
|
392 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `nightly`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/nom-7.1.3/src/internal.rs:409:12
|
409 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `nightly`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/nom-7.1.3/src/internal.rs:430:12
|
430 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unused import: `self::str::*`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/nom-7.1.3/src/lib.rs:439:9
|
439 | pub use self::str::*;
| ^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
Fresh libloading v0.8.6
warning: unexpected `cfg` condition name: `libloading_docs`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/libloading-0.8.6/src/lib.rs:39:13
|
39 | #![cfg_attr(libloading_docs, feature(doc_cfg))]
| ^^^^^^^^^^^^^^^
|
= help: expected names are: `docsrs`, `feature`, and `test` and 31 more
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: requested on the command line with `-W unexpected-cfgs`
warning: unexpected `cfg` condition name: `libloading_docs`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/libloading-0.8.6/src/os/mod.rs:21:12
|
21 | #[cfg_attr(libloading_docs, doc(cfg(unix)))]
| ^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libloading_docs`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/libloading-0.8.6/src/lib.rs:45:26
|
45 | #[cfg(any(unix, windows, libloading_docs))]
| ^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libloading_docs`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/libloading-0.8.6/src/safe.rs:15:12
|
15 | #[cfg_attr(libloading_docs, doc(cfg(any(unix, windows))))]
| ^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libloading_docs`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/libloading-0.8.6/src/safe.rs:197:12
|
197 | #[cfg_attr(libloading_docs, doc(cfg(any(unix, windows))))]
| ^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libloading_docs`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/libloading-0.8.6/src/lib.rs:49:26
|
49 | #[cfg(any(unix, windows, libloading_docs))]
| ^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libloading_docs`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/libloading-0.8.6/src/os/mod.rs:20:17
|
20 | #[cfg(any(unix, libloading_docs))]
| ^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libloading_docs`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/libloading-0.8.6/src/os/mod.rs:25:20
|
25 | #[cfg(any(windows, libloading_docs))]
| ^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libloading_docs`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/libloading-0.8.6/src/os/unix/mod.rs:3:11
|
3 | #[cfg(all(libloading_docs, not(unix)))]
| ^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libloading_docs`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/libloading-0.8.6/src/os/unix/mod.rs:5:15
|
5 | #[cfg(any(not(libloading_docs), unix))]
| ^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libloading_docs`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/libloading-0.8.6/src/os/unix/consts.rs:46:11
|
46 | #[cfg(all(libloading_docs, not(unix)))]
| ^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libloading_docs`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/libloading-0.8.6/src/os/unix/consts.rs:55:15
|
55 | #[cfg(any(not(libloading_docs), unix))]
| ^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libloading_docs`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/libloading-0.8.6/src/safe.rs:1:7
|
1 | #[cfg(libloading_docs)]
| ^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libloading_docs`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/libloading-0.8.6/src/safe.rs:3:15
|
3 | #[cfg(all(not(libloading_docs), unix))]
| ^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libloading_docs`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/libloading-0.8.6/src/safe.rs:5:15
|
5 | #[cfg(all(not(libloading_docs), windows))]
| ^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libloading_docs)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libloading_docs)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/libloading-0.8.6/src/safe.rs:148:26
|
148 | pub unsafe fn get(&self, symbol: &[u8]) -> Result, Error> {
| ^^^^^ ^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
= note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
|
148 | pub unsafe fn get(&self, symbol: &[u8]) -> Result, Error> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/regex-automata-0.4.9/src/util/alphabet.rs:472:21
|
472 | pub fn elements(&self, class: Unit) -> ByteClassElements {
| ^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
= note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
|
472 | pub fn elements(&self, class: Unit) -> ByteClassElements<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/regex-automata-0.4.9/src/util/alphabet.rs:480:23
|
480 | fn element_ranges(&self, class: Unit) -> ByteClassElementRanges {
| ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
480 | fn element_ranges(&self, class: Unit) -> ByteClassElementRanges<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/regex-automata-0.4.9/src/util/alphabet.rs:789:24
|
789 | pub(crate) fn iter(&self) -> ByteSetIter {
| ^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
789 | pub(crate) fn iter(&self) -> ByteSetIter<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/regex-automata-0.4.9/src/util/alphabet.rs:794:31
|
794 | pub(crate) fn iter_ranges(&self) -> ByteSetRangeIter {
| ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
794 | pub(crate) fn iter_ranges(&self) -> ByteSetRangeIter<'_> {
| ++++
warning: `either` (lib) generated 1 warning
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/bitflags-2.8.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/bitflags-2.8.0/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags.
' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=2.8.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/x11/xwayland-satellite/work/target/release/deps /usr/local/bin/rustc --crate-name bitflags --edition=2021 /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/bitflags-2.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=27c7867856b785cf -C extra-filename=-cb1808f57bb0c276 --out-dir /magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/x11/xwayland-satellite/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: `nom` (lib) generated 13 warnings
warning: `libloading` (lib) generated 16 warnings
warning: `regex-automata` (lib) generated 4 warnings
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `u32::cast_signed`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/fs/syscalls.rs:168:48
|
168 | unsafe { ret_owned_fd(c::open(c_str(path), bitflags_bits!(oflags), mode)) }
| ---------------------- in this macro invocation
|
= note: `#[warn(unnecessary_transmutes)]` on by default
= note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `u32::cast_signed`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/fs/syscalls.rs:240:13
|
240 | bitflags_bits!(oflags),
| ---------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `u32::cast_signed`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/fs/syscalls.rs:392:13
|
392 | bitflags_bits!(flags),
| --------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `u32::cast_signed`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/fs/syscalls.rs:444:13
|
444 | bitflags_bits!(flags),
| --------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `u32::cast_signed`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/fs/syscalls.rs:697:13
|
697 | bitflags_bits!(flags),
| --------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `u32::cast_signed`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/fs/syscalls.rs:780:13
|
780 | bitflags_bits!(flags),
| --------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `u32::cast_signed`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/fs/syscalls.rs:841:13
|
841 | bitflags_bits!(flags),
| --------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `u32::cast_signed`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/fs/syscalls.rs:1027:13
|
1027 | bitflags_bits!(flags),
| --------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `u32::cast_signed`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/fs/syscalls.rs:1108:13
|
1108 | bitflags_bits!(flags),
| --------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/fs/syscalls.rs:1232:33
|
1232 | Ok(OFlags::from_bits_retain(bitcast!(flags)))
| --------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/fs/syscalls.rs:1242:36
|
1242 | Ok(SealFlags::from_bits_retain(bitcast!(flags)))
| --------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:40:34
|
40 | const SYMLINK_NOFOLLOW = bitcast!(c::AT_SYMLINK_NOFOLLOW);
| -------------------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:44:25
|
44 | const EACCESS = bitcast!(c::AT_EACCESS);
| ----------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:47:27
|
47 | const REMOVEDIR = bitcast!(c::AT_REMOVEDIR);
| ------------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:50:32
|
50 | const SYMLINK_FOLLOW = bitcast!(c::AT_SYMLINK_FOLLOW);
| ------------------------------ in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:62:28
|
62 | const EMPTY_PATH = bitcast!(c::AT_EMPTY_PATH);
| -------------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:66:33
|
66 | const RESOLVE_BENEATH = bitcast!(c::AT_RESOLVE_BENEATH);
| ------------------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:211:25
|
211 | const ACCMODE = bitcast!(c::O_ACCMODE);
| ---------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:220:24
|
220 | const RWMODE = bitcast!(c::O_RDONLY | c::O_WRONLY | c::O_RDWR);
| ----------------------------------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:223:24
|
223 | const APPEND = bitcast!(c::O_APPEND);
| --------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:227:24
|
227 | const CREATE = bitcast!(c::O_CREAT);
| -------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:231:27
|
231 | const DIRECTORY = bitcast!(c::O_DIRECTORY);
| ------------------------ in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:235:23
|
235 | const DSYNC = bitcast!(c::O_DSYNC);
| -------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:238:22
|
238 | const EXCL = bitcast!(c::O_EXCL);
| ------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:245:23
|
245 | const FSYNC = bitcast!(c::O_FSYNC);
| -------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:249:26
|
249 | const NOFOLLOW = bitcast!(c::O_NOFOLLOW);
| ----------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:252:26
|
252 | const NONBLOCK = bitcast!(c::O_NONBLOCK);
| ----------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:255:24
|
255 | const RDONLY = bitcast!(c::O_RDONLY);
| --------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:258:24
|
258 | const WRONLY = bitcast!(c::O_WRONLY);
| --------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:263:22
|
263 | const RDWR = bitcast!(c::O_RDWR);
| ------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:267:24
|
267 | const NOCTTY = bitcast!(c::O_NOCTTY);
| --------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:281:22
|
281 | const SYNC = bitcast!(c::O_SYNC);
| ------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:284:23
|
284 | const TRUNC = bitcast!(c::O_TRUNC);
| -------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:294:22
|
294 | const PATH = bitcast!(c::O_PATH);
| ------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:297:25
|
297 | const CLOEXEC = bitcast!(c::O_CLOEXEC);
| ---------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:322:24
|
322 | const DIRECT = bitcast!(c::O_DIRECT);
| --------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:326:33
|
326 | const RESOLVE_BENEATH = bitcast!(c::O_RESOLVE_BENEATH);
| ------------------------------ in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:330:28
|
330 | const EMPTY_PATH = bitcast!(c::O_EMPTY_PATH);
| ------------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:660:22
|
660 | const SEAL = bitcast!(c::F_SEAL_SEAL);
| ------------------------ in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:662:24
|
662 | const SHRINK = bitcast!(c::F_SEAL_SHRINK);
| -------------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:664:22
|
664 | const GROW = bitcast!(c::F_SEAL_GROW);
| ------------------------ in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:666:23
|
666 | const WRITE = bitcast!(c::F_SEAL_WRITE);
| ------------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:961:18
|
961 | LockShared = bitcast!(c::LOCK_SH),
| -------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:967:21
|
967 | LockExclusive = bitcast!(c::LOCK_EX),
| -------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:973:14
|
973 | Unlock = bitcast!(c::LOCK_UN),
| -------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:979:29
|
979 | NonBlockingLockShared = bitcast!(c::LOCK_SH | c::LOCK_NB),
| --------------------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:985:32
|
985 | NonBlockingLockExclusive = bitcast!(c::LOCK_EX | c::LOCK_NB),
| --------------------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/fs/types.rs:991:25
|
991 | NonBlockingUnlock = bitcast!(c::LOCK_UN | c::LOCK_NB),
| --------------------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/io/types.rs:13:25
|
13 | const CLOEXEC = bitcast!(c::FD_CLOEXEC);
| ----------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/io/types.rs:60:25
|
60 | const CLOEXEC = bitcast!(c::O_CLOEXEC);
| ---------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/io/syscalls.rs:283:34
|
283 | Ok(FdFlags::from_bits_retain(bitcast!(flags)))
| --------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `u32::cast_signed`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/io/syscalls.rs:330:13
|
330 | bitflags_bits!(flags),
| --------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)
Compiling wayland-sys v0.31.6
Fresh quick-xml v0.30.0
warning: unexpected `cfg` condition name: `docs_rs`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.30.0/src/lib.rs:50:13
|
50 | #![cfg_attr(docs_rs, feature(doc_auto_cfg))]
| ^^^^^^^ help: there is a config with a similar name: `docsrs`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
warning: unused import: `impl_buffered_source`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.30.0/src/reader/buffered_reader.rs:247:16
|
247 | pub(super) use impl_buffered_source;
| ^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.30.0/src/escapei.rs:74:20
|
74 | pub fn escape(raw: &str) -> Cow {
| ^^^^ ^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
= note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
|
74 | pub fn escape(raw: &str) -> Cow<'_, str> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.30.0/src/escapei.rs:91:28
|
91 | pub fn partial_escape(raw: &str) -> Cow {
| ^^^^ ^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
91 | pub fn partial_escape(raw: &str) -> Cow<'_, str> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.30.0/src/escapei.rs:97:47
|
97 | pub(crate) fn _escape bool>(raw: &str, escape_chars: F) -> Cow {
| ^^^^ ^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
97 | pub(crate) fn _escape bool>(raw: &str, escape_chars: F) -> Cow<'_, str> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.30.0/src/escapei.rs:150:22
|
150 | pub fn unescape(raw: &str) -> Result, EscapeError> {
| ^^^^ ^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
150 | pub fn unescape(raw: &str) -> Result, EscapeError> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.30.0/src/events/mod.rs:156:19
|
156 | pub fn borrow(&self) -> BytesStart {
| ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
156 | pub fn borrow(&self) -> BytesStart<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.30.0/src/events/mod.rs:164:19
|
164 | pub fn to_end(&self) -> BytesEnd {
| ^^^^^ ^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
164 | pub fn to_end(&self) -> BytesEnd<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.30.0/src/events/mod.rs:170:17
|
170 | pub fn name(&self) -> QName {
| ^^^^^ ^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
170 | pub fn name(&self) -> QName<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.30.0/src/events/mod.rs:179:23
|
179 | pub fn local_name(&self) -> LocalName {
| ^^^^^ ^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
179 | pub fn local_name(&self) -> LocalName<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.30.0/src/events/mod.rs:261:23
|
261 | pub fn attributes(&self) -> Attributes {
| ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
261 | pub fn attributes(&self) -> Attributes<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.30.0/src/events/mod.rs:266:28
|
266 | pub fn html_attributes(&self) -> Attributes {
| ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
266 | pub fn html_attributes(&self) -> Attributes<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.30.0/src/events/mod.rs:433:20
|
433 | pub fn version(&self) -> Result> {
| ^^^^^ ^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
433 | pub fn version(&self) -> Result> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.30.0/src/events/mod.rs:484:21
|
484 | pub fn encoding(&self) -> Option>> {
| ^^^^^ ^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
484 | pub fn encoding(&self) -> Option>> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.30.0/src/events/mod.rs:526:23
|
526 | pub fn standalone(&self) -> Option>> {
| ^^^^^ ^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
526 | pub fn standalone(&self) -> Option>> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.30.0/src/events/mod.rs:555:19
|
555 | pub fn borrow(&self) -> BytesDecl {
| ^^^^^ ^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
555 | pub fn borrow(&self) -> BytesDecl<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.30.0/src/events/mod.rs:619:19
|
619 | pub fn borrow(&self) -> BytesEnd {
| ^^^^^ ^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
619 | pub fn borrow(&self) -> BytesEnd<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.30.0/src/events/mod.rs:627:17
|
627 | pub fn name(&self) -> QName {
| ^^^^^ ^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
627 | pub fn name(&self) -> QName<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.30.0/src/events/mod.rs:636:23
|
636 | pub fn local_name(&self) -> LocalName {
| ^^^^^ ^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
636 | pub fn local_name(&self) -> LocalName<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.30.0/src/events/mod.rs:722:19
|
722 | pub fn borrow(&self) -> BytesText {
| ^^^^^ ^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
722 | pub fn borrow(&self) -> BytesText<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.30.0/src/events/mod.rs:858:19
|
858 | pub fn borrow(&self) -> BytesCData {
| ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
858 | pub fn borrow(&self) -> BytesCData<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.30.0/src/events/mod.rs:1000:19
|
1000 | pub fn borrow(&self) -> Event {
| ^^^^^ ^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
1000 | pub fn borrow(&self) -> Event<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.30.0/src/reader/ns_reader.rs:98:9
|
98 | &mut self,
| ^^^^^^^^^ the lifetime is elided here
99 | event: Result>,
100 | ) -> Result<(ResolveResult, Event<'i>)> {
| ^^^^^^^^^^^^^ the same lifetime is hidden here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
100 | ) -> Result<(ResolveResult<'_>, Event<'i>)> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.30.0/src/reader/ns_reader.rs:171:24
|
171 | pub fn resolve<'n>(&self, name: QName<'n>, attribute: bool) -> (ResolveResult, LocalName<'n>) {
| ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
171 | pub fn resolve<'n>(&self, name: QName<'n>, attribute: bool) -> (ResolveResult<'_>, LocalName<'n>) {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.30.0/src/reader/ns_reader.rs:227:32
|
227 | pub fn resolve_element<'n>(&self, name: QName<'n>) -> (ResolveResult, LocalName<'n>) {
| ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
227 | pub fn resolve_element<'n>(&self, name: QName<'n>) -> (ResolveResult<'_>, LocalName<'n>) {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.30.0/src/reader/ns_reader.rs:298:34
|
298 | pub fn resolve_attribute<'n>(&self, name: QName<'n>) -> (ResolveResult, LocalName<'n>) {
| ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
298 | pub fn resolve_attribute<'n>(&self, name: QName<'n>) -> (ResolveResult<'_>, LocalName<'n>) {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.30.0/src/reader/ns_reader.rs:419:9
|
419 | &mut self,
| ^^^^^^^^^ the lifetime is elided here
420 | buf: &'b mut Vec,
421 | ) -> Result<(ResolveResult, Event<'b>)> {
| ^^^^^^^^^^^^^ the same lifetime is hidden here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
421 | ) -> Result<(ResolveResult<'_>, Event<'b>)> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.30.0/src/reader/ns_reader.rs:665:32
|
665 | pub fn read_resolved_event(&mut self) -> Result<(ResolveResult, Event<'i>)> {
| ^^^^^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
665 | pub fn read_resolved_event(&mut self) -> Result<(ResolveResult<'_>, Event<'i>)> {
| ++++
warning: hiding a lifetime that's named elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/quick-xml-0.30.0/src/writer.rs:259:64
|
259 | pub fn create_element<'a, N>(&'a mut self, name: &'a N) -> ElementWriter
| -- -- ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
| | |
| | the lifetime is named here
| the lifetime is named here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: consistently use `'a`
|
259 | pub fn create_element<'a, N>(&'a mut self, name: &'a N) -> ElementWriter<'a, W>
| +++
Compiling smallvec v1.13.2
Fresh home v0.5.11
warning: `rustix` (lib) generated 52 warnings
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=wayland_sys CARGO_MANIFEST_DIR=/magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/wayland-sys-0.31.6 CARGO_MANIFEST_PATH=/magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/wayland-sys-0.31.6/Cargo.toml CARGO_PKG_AUTHORS='Elinor Berger ' CARGO_PKG_DESCRIPTION='FFI bindings to the various libwayland-*.so libraries. You should only need this crate if you are working on custom wayland protocol extensions. Look at the crate wayland-client for usable bindings.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wayland-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smithay/wayland-rs' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.31.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=31 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/x11/xwayland-satellite/work/target/release/deps OUT_DIR=/magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/build/wayland-sys-f10a4d8ad0b3e656/out /usr/local/bin/rustc --crate-name wayland_sys --edition=2021 /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/wayland-sys-0.31.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("client", "cursor", "dlopen", "egl", "libc", "memoffset", "once_cell", "server"))' -C metadata=a8beb1af78b3d563 -C extra-filename=-f152b0ca55c092fa --out-dir /magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/x11/xwayland-satellite/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: `quick-xml` (lib) generated 29 warnings
Compiling downcast-rs v1.2.1
Fresh which v4.4.2
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/smallvec-1.13.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/smallvec-1.13.2/Cargo.toml CARGO_PKG_AUTHORS='The Servo Project Developers' CARGO_PKG_DESCRIPTION=''\''Small vector'\'' optimization: store up to a small number of items on the stack' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=smallvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-smallvec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.13.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/x11/xwayland-satellite/work/target/release/deps /usr/local/bin/rustc --crate-name smallvec --edition=2018 /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --cfg 'feature="union"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=8feba16d1a6e03e2 -C extra-filename=-d6933d796cdc3459 --out-dir /magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/x11/xwayland-satellite/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Fresh clang-sys v1.8.1
warning: unexpected `cfg` condition value: `cargo-clippy`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/clang-sys-1.8.1/src/lib.rs:23:13
|
23 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::unreadable_literal))]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `clang_10_0`, `clang_11_0`, `clang_12_0`, `clang_13_0`, `clang_14_0`, `clang_15_0`, `clang_16_0`, `clang_17_0`, `clang_18_0`, `clang_3_5`, `clang_3_6`, `clang_3_7`, `clang_3_8`, `clang_3_9`, `clang_4_0`, `clang_5_0`, `clang_6_0`, `clang_7_0`, `clang_8_0`, `clang_9_0`, `libcpp`, `libloading`, `runtime`, and `static`
= help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
= note: see for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
warning: unexpected `cfg` condition value: `cargo-clippy`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/clang-sys-1.8.1/src/link.rs:173:24
|
173 | #[cfg_attr(feature="cargo-clippy", allow(clippy::missing_safety_doc))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/clang-sys-1.8.1/src/lib.rs:1859:1
|
1859 | / link! {
1860 | | pub fn clang_CXCursorSet_contains(set: CXCursorSet, cursor: CXCursor) -> c_uint;
1861 | | pub fn clang_CXCursorSet_insert(set: CXCursorSet, cursor: CXCursor) -> c_uint;
1862 | | pub fn clang_CXIndex_getGlobalOptions(index: CXIndex) -> CXGlobalOptFlags;
... |
2432 | | pub fn clang_VerbatimLineComment_getText(comment: CXComment) -> CXString;
2433 | | }
| |_- in this macro invocation
|
= note: expected values for `feature` are: `clang_10_0`, `clang_11_0`, `clang_12_0`, `clang_13_0`, `clang_14_0`, `clang_15_0`, `clang_16_0`, `clang_17_0`, `clang_18_0`, `clang_3_5`, `clang_3_6`, `clang_3_7`, `clang_3_8`, `clang_3_9`, `clang_4_0`, `clang_5_0`, `clang_6_0`, `clang_7_0`, `clang_8_0`, `clang_9_0`, `libcpp`, `libloading`, `runtime`, and `static`
= help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `link` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition value: `cargo-clippy`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/clang-sys-1.8.1/src/link.rs:174:24
|
174 | #[cfg_attr(feature="cargo-clippy", allow(clippy::too_many_arguments))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/clang-sys-1.8.1/src/lib.rs:1859:1
|
1859 | / link! {
1860 | | pub fn clang_CXCursorSet_contains(set: CXCursorSet, cursor: CXCursor) -> c_uint;
1861 | | pub fn clang_CXCursorSet_insert(set: CXCursorSet, cursor: CXCursor) -> c_uint;
1862 | | pub fn clang_CXIndex_getGlobalOptions(index: CXIndex) -> CXGlobalOptFlags;
... |
2432 | | pub fn clang_VerbatimLineComment_getText(comment: CXComment) -> CXString;
2433 | | }
| |_- in this macro invocation
|
= note: expected values for `feature` are: `clang_10_0`, `clang_11_0`, `clang_12_0`, `clang_13_0`, `clang_14_0`, `clang_15_0`, `clang_16_0`, `clang_17_0`, `clang_18_0`, `clang_3_5`, `clang_3_6`, `clang_3_7`, `clang_3_8`, `clang_3_9`, `clang_4_0`, `clang_5_0`, `clang_6_0`, `clang_7_0`, `clang_8_0`, `clang_9_0`, `libcpp`, `libloading`, `runtime`, and `static`
= help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `link` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/clang-sys-1.8.1/src/link.rs:96:42
|
96 | pub $name: Option $ret)*>,
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/clang-sys-1.8.1/src/lib.rs:1859:1
|
1859 | / link! {
1860 | | pub fn clang_CXCursorSet_contains(set: CXCursorSet, cursor: CXCursor) -> c_uint;
1861 | | pub fn clang_CXCursorSet_insert(set: CXCursorSet, cursor: CXCursor) -> c_uint;
1862 | | pub fn clang_CXIndex_getGlobalOptions(index: CXIndex) -> CXGlobalOptFlags;
... |
2432 | | pub fn clang_VerbatimLineComment_getText(comment: CXComment) -> CXString;
2433 | | }
| |_- in this macro invocation
|
= note: `#[warn(missing_abi)]` on by default
= note: this warning originates in the macro `link` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/clang-sys-1.8.1/src/lib.rs:2166:44
|
2166 | pub fn clang_executeOnThread(function: extern fn(*mut c_void), data: *mut c_void, stack: c_uint);
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/clang-sys-1.8.1/src/link.rs:128:54
|
128 | if self.library.get::($fn).is_ok() {
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/clang-sys-1.8.1/src/lib.rs:1859:1
|
1859 | / link! {
1860 | | pub fn clang_CXCursorSet_contains(set: CXCursorSet, cursor: CXCursor) -> c_uint;
1861 | | pub fn clang_CXCursorSet_insert(set: CXCursorSet, cursor: CXCursor) -> c_uint;
1862 | | pub fn clang_CXIndex_getGlobalOptions(index: CXIndex) -> CXGlobalOptFlags;
... |
2432 | | pub fn clang_VerbatimLineComment_getText(comment: CXComment) -> CXString;
2433 | | }
| |_- in this macro invocation
|
= note: this warning originates in the macro `check` which comes from the expansion of the macro `link` (in Nightly builds, run with -Z macro-backtrace for more info)
Fresh cexpr v0.6.0
Fresh itertools v0.12.1
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/itertools-0.12.1/src/lib.rs:1438:30
|
1438 | fn peeking_take_while(&mut self, accept: F) -> PeekingTakeWhile
| ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
= note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
|
1438 | fn peeking_take_while(&mut self, accept: F) -> PeekingTakeWhile<'_, Self, F>
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/itertools-0.12.1/src/lib.rs:1464:26
|
1464 | fn take_while_ref(&mut self, accept: F) -> TakeWhileRef
| ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
1464 | fn take_while_ref(&mut self, accept: F) -> TakeWhileRef<'_, Self, F>
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/itertools-0.12.1/src/lib.rs:2309:26
|
2309 | fn format(self, sep: &str) -> Format
| ^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
2309 | fn format(self, sep: &str) -> Format<'_, Self>
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/itertools-0.12.1/src/lib.rs:2348:34
|
2348 | fn format_with(self, sep: &str, format: F) -> FormatWith
| ^^^^ ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
2348 | fn format_with(self, sep: &str, format: F) -> FormatWith<'_, Self, F>
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/itertools-0.12.1/src/adaptors/mod.rs:591:35
|
591 | pub fn take_while_ref(iter: &mut I, f: F) -> TakeWhileRef
| ^^^^^^ ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
591 | pub fn take_while_ref(iter: &mut I, f: F) -> TakeWhileRef<'_, I, F>
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/itertools-0.12.1/src/peeking_take_while.rs:129:39
|
129 | pub fn peeking_take_while(iter: &mut I, f: F) -> PeekingTakeWhile
| ^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
129 | pub fn peeking_take_while(iter: &mut I, f: F) -> PeekingTakeWhile<'_, I, F>
| +++
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=downcast_rs CARGO_MANIFEST_DIR=/magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/downcast-rs-1.2.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/downcast-rs-1.2.1/Cargo.toml CARGO_PKG_AUTHORS='Ashish Myles :Runji Wang ' CARGO_PKG_DESCRIPTION='Trait object downcasting support using only safe Rust. It supports type
parameters, associated types, and type constraints.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=downcast-rs CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/marcianx/downcast-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.2.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/x11/xwayland-satellite/work/target/release/deps /usr/local/bin/rustc --crate-name downcast_rs --edition=2015 /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/downcast-rs-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d1eb94a0cd1f2edc -C extra-filename=-6c3b0f374b28920d --out-dir /magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/x11/xwayland-satellite/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: `clang-sys` (lib) generated 20 warnings (14 duplicates)
warning: `itertools` (lib) generated 6 warnings
Fresh prettyplease v0.2.29
Fresh lazy_static v1.5.0
warning: eliding a lifetime that's named elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/lazy_static-1.5.0/src/inline_lazy.rs:26:43
|
26 | pub fn get(&'static self, f: F) -> &T
| ------- ^^ the same lifetime is elided here
| |
| the lifetime is named here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
= note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: consistently use `'static`
|
26 | pub fn get(&'static self, f: F) -> &'static T
| +++++++
warning: `lazy_static` (lib) generated 1 warning
Fresh rustc-hash v1.1.0
Fresh lazycell v1.3.0
warning: use of deprecated method `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/lazycell-1.3.0/src/lib.rs:269:31
|
269 | if NONE != self.state.compare_and_swap(NONE, LOCK, Ordering::Acquire) {
| ^^^^^^^^^^^^^^^^
|
= note: `#[warn(deprecated)]` on by default
warning: use of deprecated method `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/lazycell-1.3.0/src/lib.rs:275:31
|
275 | if LOCK != self.state.compare_and_swap(LOCK, SOME, Ordering::Release) {
| ^^^^^^^^^^^^^^^^
warning: `lazycell` (lib) generated 2 warnings
Fresh bindgen v0.69.5
warning: trait `HasFloat` is never used
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/bindgen-0.69.5/ir/item.rs:89:18
|
89 | pub(crate) trait HasFloat {
| ^^^^^^^^
|
= note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/bindgen-0.69.5/lib.rs:968:21
|
968 | fn rustfmt_path(&self) -> io::Result> {
| ^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
= note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
|
968 | fn rustfmt_path(&self) -> io::Result> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/bindgen-0.69.5/clang.rs:946:26
|
946 | pub(crate) fn tokens(&self) -> RawTokens {
| ^^^^^ ^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
946 | pub(crate) fn tokens(&self) -> RawTokens<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/bindgen-0.69.5/clang.rs:1004:24
|
1004 | pub(crate) fn iter(&self) -> ClangTokenIterator {
| ^^^^^ ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
1004 | pub(crate) fn iter(&self) -> ClangTokenIterator<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/bindgen-0.69.5/ir/context.rs:1243:9
|
1243 | &self,
| ^^^^^ the lifetime is elided here
1244 | ) -> traversal::AssertNoDanglingItemsTraversal {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
1244 | ) -> traversal::AssertNoDanglingItemsTraversal<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/bindgen-0.69.5/ir/ty.rs:246:28
|
246 | fn sanitize_name(name: &str) -> Cow {
| ^^^^ ^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
246 | fn sanitize_name(name: &str) -> Cow<'_, str> {
| +++
warning: `bindgen` (lib) generated 6 warnings
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/event/types.rs:26:25
|
26 | const CLOEXEC = bitcast!(c::EFD_CLOEXEC);
| ------------------------ in this macro invocation
|
= note: `#[warn(unnecessary_transmutes)]` on by default
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/event/types.rs:29:26
|
29 | const NONBLOCK = bitcast!(c::EFD_NONBLOCK);
| ------------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/event/types.rs:32:27
|
32 | const SEMAPHORE = bitcast!(c::EFD_SEMAPHORE);
| -------------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `u32::cast_signed`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/event/syscalls.rs:84:39
|
84 | ret_owned_fd(eventfd(initval, bitflags_bits!(flags)))
| --------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `u32::cast_signed`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/fs/syscalls.rs:168:48
|
168 | unsafe { ret_owned_fd(c::open(c_str(path), bitflags_bits!(oflags), mode)) }
| ---------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/net/send_recv.rs:27:27
|
27 | const DONTROUTE = bitcast!(c::MSG_DONTROUTE);
| -------------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/net/send_recv.rs:30:26
|
30 | const DONTWAIT = bitcast!(c::MSG_DONTWAIT);
| ------------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/net/send_recv.rs:36:21
|
36 | const EOT = bitcast!(c::MSG_EOR);
| -------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/net/send_recv.rs:39:21
|
39 | const EOR = bitcast!(c::MSG_EOR);
| -------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/net/send_recv.rs:54:26
|
54 | const NOSIGNAL = bitcast!(c::MSG_NOSIGNAL);
| ------------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/net/send_recv.rs:56:21
|
56 | const OOB = bitcast!(c::MSG_OOB);
| -------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/net/send_recv.rs:83:30
|
83 | const CMSG_CLOEXEC = bitcast!(c::MSG_CMSG_CLOEXEC);
| ----------------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/net/send_recv.rs:86:26
|
86 | const DONTWAIT = bitcast!(c::MSG_DONTWAIT);
| ------------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/net/send_recv.rs:101:21
|
101 | const OOB = bitcast!(c::MSG_OOB);
| -------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/net/send_recv.rs:103:22
|
103 | const PEEK = bitcast!(c::MSG_PEEK);
| --------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/net/send_recv.rs:105:23
|
105 | const TRUNC = bitcast!(c::MSG_TRUNC);
| ---------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/net/send_recv.rs:107:25
|
107 | const WAITALL = bitcast!(c::MSG_WAITALL);
| ------------------------ in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `u32::cast_signed`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/net/syscalls.rs:50:9
|
50 | bitflags_bits!(flags),
| --------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `u32::cast_signed`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/net/syscalls.rs:61:13
|
61 | bitflags_bits!(flags),
| --------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `u32::cast_signed`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/net/syscalls.rs:85:9
|
85 | bitflags_bits!(flags),
| --------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `u32::cast_signed`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/net/syscalls.rs:109:13
|
109 | bitflags_bits!(flags),
| --------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `u32::cast_signed`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/net/syscalls.rs:128:13
|
128 | bitflags_bits!(flags),
| --------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `u32::cast_signed`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/net/syscalls.rs:147:13
|
147 | bitflags_bits!(flags),
| --------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `u32::cast_signed`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/net/syscalls.rs:335:17
|
335 | bitflags_bits!(msg_flags),
| ------------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/net/syscalls.rs:347:52
|
347 | flags: RecvFlags::from_bits_retain(bitcast!(msghdr.msg_flags)),
| -------------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `u32::cast_signed`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/net/syscalls.rs:370:13
|
370 | bitflags_bits!(msg_flags),
| ------------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `u32::cast_signed`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/net/syscalls.rs:393:13
|
393 | bitflags_bits!(msg_flags),
| ------------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `u32::cast_signed`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/net/syscalls.rs:416:13
|
416 | bitflags_bits!(msg_flags),
| ------------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `u32::cast_signed`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/net/syscalls.rs:436:13
|
436 | bitflags_bits!(msg_flags),
| ------------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `u32::cast_signed`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/pipe/syscalls.rs:48:13
|
48 | bitflags_bits!(flags),
| --------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/pipe/types.rs:15:25
|
15 | const CLOEXEC = bitcast!(c::O_CLOEXEC);
| ---------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/pipe/types.rs:27:24
|
27 | const DIRECT = bitcast!(c::O_DIRECT);
| --------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/pipe/types.rs:29:26
|
29 | const NONBLOCK = bitcast!(c::O_NONBLOCK);
| ----------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/process/types.rs:56:11
|
56 | Cpu = bitcast!(c::RLIMIT_CPU),
| ----------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/process/types.rs:58:13
|
58 | Fsize = bitcast!(c::RLIMIT_FSIZE),
| ------------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/process/types.rs:60:12
|
60 | Data = bitcast!(c::RLIMIT_DATA),
| ------------------------ in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/process/types.rs:62:13
|
62 | Stack = bitcast!(c::RLIMIT_STACK),
| ------------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/process/types.rs:65:12
|
65 | Core = bitcast!(c::RLIMIT_CORE),
| ------------------------ in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/process/types.rs:69:11
|
69 | Rss = bitcast!(c::RLIMIT_RSS),
| ----------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/process/types.rs:72:13
|
72 | Nproc = bitcast!(c::RLIMIT_NPROC),
| ------------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/process/types.rs:74:14
|
74 | Nofile = bitcast!(c::RLIMIT_NOFILE),
| -------------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/process/types.rs:77:15
|
77 | Memlock = bitcast!(c::RLIMIT_MEMLOCK),
| --------------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/process/types.rs:80:10
|
80 | As = bitcast!(c::RLIMIT_AS),
| ---------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `u32::cast_signed`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/shm/syscalls.rs:20:52
|
20 | unsafe { ret_owned_fd(c::shm_open(c_str(name), bitflags_bits!(oflags), mode)) }
| ---------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` which comes from the expansion of the macro `bitflags_bits` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/shm/types.rs:13:24
|
13 | const CREATE = bitcast!(c::O_CREAT);
| -------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/shm/types.rs:16:22
|
16 | const EXCL = bitcast!(c::O_EXCL);
| ------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/shm/types.rs:19:24
|
19 | const RDONLY = bitcast!(c::O_RDONLY);
| --------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/shm/types.rs:22:22
|
22 | const RDWR = bitcast!(c::O_RDWR);
| ------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/backend/libc/shm/types.rs:25:23
|
25 | const TRUNC = bitcast!(c::O_TRUNC);
| -------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/net/types.rs:1468:26
|
1468 | const NONBLOCK = bitcast!(c::SOCK_NONBLOCK);
| -------------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/net/types.rs:1472:25
|
1472 | const CLOEXEC = bitcast!(c::SOCK_CLOEXEC);
| ------------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/process/wait.rs:17:24
|
17 | const NOHANG = bitcast!(backend::process::wait::WNOHANG);
| ----------------------------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/process/wait.rs:21:26
|
21 | const UNTRACED = bitcast!(backend::process::wait::WUNTRACED);
| ------------------------------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/process/wait.rs:26:27
|
26 | const CONTINUED = bitcast!(backend::process::wait::WCONTINUED);
| -------------------------------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/process/wait.rs:40:24
|
40 | const NOHANG = bitcast!(backend::process::wait::WNOHANG);
| ----------------------------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/process/wait.rs:45:27
|
45 | const CONTINUED = bitcast!(backend::process::wait::WCONTINUED);
| -------------------------------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/process/wait.rs:47:24
|
47 | const EXITED = bitcast!(backend::process::wait::WEXITED);
| ----------------------------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/process/wait.rs:49:24
|
49 | const NOWAIT = bitcast!(backend::process::wait::WNOWAIT);
| ----------------------------------------- in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unnecessary transmute
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/bitcast.rs:24:17
|
24 | ::core::mem::transmute($x)
| ----------------------^^^^
| |
| help: replace this with: `i32::cast_unsigned`
|
::: /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/rustix-0.38.44/src/process/wait.rs:51:25
|
51 | const STOPPED = bitcast!(backend::process::wait::WSTOPPED);
| ------------------------------------------ in this macro invocation
|
= note: this warning originates in the macro `bitcast` (in Nightly builds, run with -Z macro-backtrace for more info)
Compiling memchr v2.7.4
warning: `rustix` (lib) generated 110 warnings (51 duplicates)
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/wayland-backend-0.3.8/src/rs/client_impl/mod.rs:114:22
|
114 | fn lock_protocol(&self) -> MutexGuard {
| ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
= note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
|
114 | fn lock_protocol(&self) -> MutexGuard<'_, ProtocolState> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/wayland-backend-0.3.8/src/rs/client_impl/mod.rs:118:18
|
118 | fn lock_read(&self) -> MutexGuard {
| ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
118 | fn lock_read(&self) -> MutexGuard<'_, ReadingState> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/wayland-backend-0.3.8/src/rs/client_impl/mod.rs:200:20
|
200 | pub fn poll_fd(&self) -> BorrowedFd {
| ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
200 | pub fn poll_fd(&self) -> BorrowedFd<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/wayland-backend-0.3.8/src/rs/client_impl/mod.rs:225:26
|
225 | pub fn connection_fd(&self) -> BorrowedFd {
| ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
225 | pub fn connection_fd(&self) -> BorrowedFd<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/wayland-backend-0.3.8/src/rs/server_impl/common_poll.rs:62:20
|
62 | pub fn poll_fd(&self) -> BorrowedFd {
| ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
62 | pub fn poll_fd(&self) -> BorrowedFd<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/wayland-backend-0.3.8/src/rs/../client_api.rs:191:20
|
191 | pub fn poll_fd(&self) -> BorrowedFd {
| ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
191 | pub fn poll_fd(&self) -> BorrowedFd<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/wayland-backend-0.3.8/src/rs/../client_api.rs:315:26
|
315 | pub fn connection_fd(&self) -> BorrowedFd {
| ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
315 | pub fn connection_fd(&self) -> BorrowedFd<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/wayland-backend-0.3.8/src/rs/../server_api.rs:542:20
|
542 | pub fn poll_fd(&self) -> BorrowedFd {
| ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
542 | pub fn poll_fd(&self) -> BorrowedFd<'_> {
| ++++
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/memchr-2.7.4 CARGO_MANIFEST_PATH=/magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/memchr-2.7.4/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for
1, 2 or 3 byte search and single substring search.
' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.7.4 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/x11/xwayland-satellite/work/target/release/deps /usr/local/bin/rustc --crate-name memchr --edition=2021 /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=0c8fdf7d38947027 -C extra-filename=-051f015c5cfab0b9 --out-dir /magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/x11/xwayland-satellite/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: `wayland-backend` (lib) generated 8 warnings
Fresh thiserror-impl v1.0.69
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/thiserror-impl-1.0.69/src/attr.rs:48:19
|
48 | pub fn get(input: &[Attribute]) -> Result {
| ^^^^^^^^^^^^ ^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
= note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
|
48 | pub fn get(input: &[Attribute]) -> Result> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/thiserror-impl-1.0.69/src/prop.rs:7:30
|
7 | pub(crate) fn from_field(&self) -> Option<&Field> {
| ^^^^^ ^^^^^^
| | ||
| | |the same lifetime is hidden here
| | the same lifetime is elided here
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
7 | pub(crate) fn from_field(&self) -> Option<&Field<'_>> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/thiserror-impl-1.0.69/src/prop.rs:11:32
|
11 | pub(crate) fn source_field(&self) -> Option<&Field> {
| ^^^^^ ^^^^^^
| | ||
| | |the same lifetime is hidden here
| | the same lifetime is elided here
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
11 | pub(crate) fn source_field(&self) -> Option<&Field<'_>> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/thiserror-impl-1.0.69/src/prop.rs:15:35
|
15 | pub(crate) fn backtrace_field(&self) -> Option<&Field> {
| ^^^^^ ^^^^^^
| | ||
| | |the same lifetime is hidden here
| | the same lifetime is elided here
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
15 | pub(crate) fn backtrace_field(&self) -> Option<&Field<'_>> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/thiserror-impl-1.0.69/src/prop.rs:19:44
|
19 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field> {
| ^^^^^ ^^^^^^
| | ||
| | |the same lifetime is hidden here
| | the same lifetime is elided here
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
19 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field<'_>> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/thiserror-impl-1.0.69/src/prop.rs:53:30
|
53 | pub(crate) fn from_field(&self) -> Option<&Field> {
| ^^^^^ ^^^^^^
| | ||
| | |the same lifetime is hidden here
| | the same lifetime is elided here
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
53 | pub(crate) fn from_field(&self) -> Option<&Field<'_>> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/thiserror-impl-1.0.69/src/prop.rs:57:32
|
57 | pub(crate) fn source_field(&self) -> Option<&Field> {
| ^^^^^ ^^^^^^
| | ||
| | |the same lifetime is hidden here
| | the same lifetime is elided here
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
57 | pub(crate) fn source_field(&self) -> Option<&Field<'_>> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/thiserror-impl-1.0.69/src/prop.rs:61:35
|
61 | pub(crate) fn backtrace_field(&self) -> Option<&Field> {
| ^^^^^ ^^^^^^
| | ||
| | |the same lifetime is hidden here
| | the same lifetime is elided here
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
61 | pub(crate) fn backtrace_field(&self) -> Option<&Field<'_>> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/thiserror-impl-1.0.69/src/prop.rs:65:44
|
65 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field> {
| ^^^^^ ^^^^^^
| | ||
| | |the same lifetime is hidden here
| | the same lifetime is elided here
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
65 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field<'_>> {
| ++++
warning: `thiserror-impl` (lib) generated 9 warnings
Compiling regex-syntax v0.8.5
Fresh version_check v0.9.5
Compiling log v0.4.25
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=log CARGO_MANIFEST_DIR=/magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/log-0.4.25 CARGO_MANIFEST_PATH=/magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/log-0.4.25/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A lightweight logging facade for Rust
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=log CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/log' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.4.25 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=25 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/x11/xwayland-satellite/work/target/release/deps /usr/local/bin/rustc --crate-name log --edition=2021 /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/log-0.4.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=6a94b2f5a3f574f8 -C extra-filename=-ad88b180d363238c --out-dir /magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/x11/xwayland-satellite/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/regex-syntax-0.8.5 CARGO_MANIFEST_PATH=/magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/regex-syntax-0.8.5/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='A regular expression parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-syntax CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex/tree/master/regex-syntax' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.8.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/x11/xwayland-satellite/work/target/release/deps /usr/local/bin/rustc --crate-name regex_syntax --edition=2021 /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=0be4ffb5285585d4 -C extra-filename=-3c527fc32f1917ba --out-dir /magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/x11/xwayland-satellite/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: associated items `BITS` and `cmpeq` are never used
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/aho-corasick-1.1.3/src/packed/vector.rs:32:11
|
28 | pub(crate) trait Vector:
| ------ associated items in this trait
...
32 | const BITS: usize;
| ^^^^
...
74 | unsafe fn cmpeq(self, vector2: Self) -> Self;
| ^^^^^
|
= note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/aho-corasick-1.1.3/src/automaton.rs:1117:13
|
1117 | fn next(&mut self) -> Option> {
| ^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
= note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
|
1117 | fn next(&mut self) -> Option>> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/aho-corasick-1.1.3/src/util/alphabet.rs:85:28
|
85 | pub(crate) fn elements(&self, class: u8) -> ByteClassElements {
| ^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
85 | pub(crate) fn elements(&self, class: u8) -> ByteClassElements<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/aho-corasick-1.1.3/src/util/alphabet.rs:93:23
|
93 | fn element_ranges(&self, class: u8) -> ByteClassElementRanges {
| ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
93 | fn element_ranges(&self, class: u8) -> ByteClassElementRanges<'_> {
| ++++
warning: `aho-corasick` (lib) generated 4 warnings
warning: `regex-automata` (lib) generated 4 warnings (4 duplicates)
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/wayland-client-0.31.8/src/event_queue.rs:629:19
|
629 | pub fn freeze(&self) -> QueueFreezeGuard {
| ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
= note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
|
629 | pub fn freeze(&self) -> QueueFreezeGuard<'_, State> {
| +++
warning: `wayland-client` (lib) generated 1 warning
Compiling humantime v2.1.0
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=humantime CARGO_MANIFEST_DIR=/magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/humantime-2.1.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/humantime-2.1.0/Cargo.toml CARGO_PKG_AUTHORS='Paul Colomiets ' CARGO_PKG_DESCRIPTION=' A parser and formatter for std::time::{Duration, SystemTime}
' CARGO_PKG_HOMEPAGE='https://github.com/tailhook/humantime' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=humantime CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tailhook/humantime' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.1.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/x11/xwayland-satellite/work/target/release/deps /usr/local/bin/rustc --crate-name humantime --edition=2018 /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=661faac4a0621f64 -C extra-filename=-aff81ac269f0f665 --out-dir /magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/x11/xwayland-satellite/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling utf8parse v0.2.2
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=utf8parse CARGO_MANIFEST_DIR=/magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/utf8parse-0.2.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/utf8parse-0.2.2/Cargo.toml CARGO_PKG_AUTHORS='Joe Wilm :Christian Duerr ' CARGO_PKG_DESCRIPTION='Table-driven UTF-8 parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=utf8parse CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/alacritty/vte' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/x11/xwayland-satellite/work/target/release/deps /usr/local/bin/rustc --crate-name utf8parse --edition=2018 /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/utf8parse-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=34862e91e465bbcf -C extra-filename=-e2b0d4458e22f23f --out-dir /magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/x11/xwayland-satellite/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: unexpected `cfg` condition value: `cloudabi`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/humantime-2.1.0/src/date.rs:6:7
|
6 | #[cfg(target_os="cloudabi")]
| ^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `qurt`, `redox`, `rtems`, `solaris`, and `solid_asp3` and 14 more
= note: see for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
warning: unexpected `cfg` condition value: `cloudabi`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/humantime-2.1.0/src/date.rs:14:9
|
14 | not(target_os="cloudabi"),
| ^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `qurt`, `redox`, `rtems`, `solaris`, and `solid_asp3` and 14 more
= note: see for more information about checking conditional configuration
Compiling bitflags v1.3.2
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/bitflags-1.3.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/bitflags-1.3.2/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags.
' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.3.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/x11/xwayland-satellite/work/target/release/deps /usr/local/bin/rustc --crate-name bitflags --edition=2018 /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=33b978fc0a14144c -C extra-filename=-49dc7a0e46809cbe --out-dir /magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/x11/xwayland-satellite/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling anstyle-parse v0.2.6
Fresh paste v1.0.15
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=anstyle_parse CARGO_MANIFEST_DIR=/magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/anstyle-parse-0.2.6 CARGO_MANIFEST_PATH=/magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/anstyle-parse-0.2.6/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Parse ANSI Style Escapes' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle-parse CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.66.0 CARGO_PKG_VERSION=0.2.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/x11/xwayland-satellite/work/target/release/deps /usr/local/bin/rustc --crate-name anstyle_parse --edition=2021 /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/anstyle-parse-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=dcb0acd292e6cf3b -C extra-filename=-94a8bd67f8335c65 --out-dir /magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/x11/xwayland-satellite/work/target/release/deps --extern utf8parse=/magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps/libutf8parse-e2b0d4458e22f23f.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
Fresh macros v0.1.0 (/magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/macros)
Compiling cursor-icon v1.1.0
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=cursor_icon CARGO_MANIFEST_DIR=/magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/cursor-icon-1.1.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/cursor-icon-1.1.0/Cargo.toml CARGO_PKG_AUTHORS='Kirill Chibisov ' CARGO_PKG_DESCRIPTION='Cross platform cursor icon type' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0 OR Zlib' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cursor-icon CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-windowing/cursor-icon' CARGO_PKG_RUST_VERSION=1.65.0 CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/x11/xwayland-satellite/work/target/release/deps /usr/local/bin/rustc --crate-name cursor_icon --edition=2021 /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/cursor-icon-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=8a928f2cea52f8b8 -C extra-filename=-23949376b643dbe9 --out-dir /magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/x11/xwayland-satellite/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling anstyle v1.0.10
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=anstyle CARGO_MANIFEST_DIR=/magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/anstyle-1.0.10 CARGO_MANIFEST_PATH=/magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/anstyle-1.0.10/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='ANSI text styling' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.66.0 CARGO_PKG_VERSION=1.0.10 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/x11/xwayland-satellite/work/target/release/deps /usr/local/bin/rustc --crate-name anstyle --edition=2021 /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/anstyle-1.0.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ba3dff4324a3f93b -C extra-filename=-e3288e1c1df2ff60 --out-dir /magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/x11/xwayland-satellite/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling is_terminal_polyfill v1.70.1
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=is_terminal_polyfill CARGO_MANIFEST_DIR=/magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/is_terminal_polyfill-1.70.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/is_terminal_polyfill-1.70.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Polyfill for `is_terminal` stdlib feature for use with older MSRVs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=is_terminal_polyfill CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/polyfill-rs/is_terminal_polyfill' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=1.70.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=70 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/x11/xwayland-satellite/work/target/release/deps /usr/local/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/is_terminal_polyfill-1.70.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=38635bbce6609aad -C extra-filename=-64fbfb7c4e1959af --out-dir /magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/x11/xwayland-satellite/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: unexpected `cfg` condition value: `cargo-clippy`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/cursor-icon-1.1.0/src/lib.rs:12:13
|
12 | #![cfg_attr(feature = "cargo-clippy", deny(warnings))]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `alloc`, `default`, `serde`, and `std`
= help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
= note: see for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
Compiling termcolor v1.4.1
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=termcolor CARGO_MANIFEST_DIR=/magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/termcolor-1.4.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/termcolor-1.4.1/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='A simple cross platform library for writing colored text to a terminal.
' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/termcolor' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=termcolor CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/termcolor' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.4.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/x11/xwayland-satellite/work/target/release/deps /usr/local/bin/rustc --crate-name termcolor --edition=2018 /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/termcolor-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e6f5407e37ce984b -C extra-filename=-4883826aa24ebc45 --out-dir /magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/x11/xwayland-satellite/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: `cursor-icon` (lib) generated 1 warning
Compiling colorchoice v1.0.3
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=colorchoice CARGO_MANIFEST_DIR=/magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/colorchoice-1.0.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/colorchoice-1.0.3/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Global override of color control' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=colorchoice CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.66.0 CARGO_PKG_VERSION=1.0.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/x11/xwayland-satellite/work/target/release/deps /usr/local/bin/rustc --crate-name colorchoice --edition=2021 /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/colorchoice-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=06e8a7a85f959c38 -C extra-filename=-55cbe2be381e481b --out-dir /magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/x11/xwayland-satellite/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: `humantime` (lib) generated 2 warnings
Compiling anstyle-query v1.1.2
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=anstyle_query CARGO_MANIFEST_DIR=/magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/anstyle-query-1.1.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/anstyle-query-1.1.2/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Look up colored console capabilities' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle-query CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.66.0 CARGO_PKG_VERSION=1.1.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/x11/xwayland-satellite/work/target/release/deps /usr/local/bin/rustc --crate-name anstyle_query --edition=2021 /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/anstyle-query-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a9406f8286c510aa -C extra-filename=-d1e9f4f57899e8f1 --out-dir /magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/x11/xwayland-satellite/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling xcursor v0.3.8
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=xcursor CARGO_MANIFEST_DIR=/magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/xcursor-0.3.8 CARGO_MANIFEST_PATH=/magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/xcursor-0.3.8/Cargo.toml CARGO_PKG_AUTHORS='Samuele Esposito' CARGO_PKG_DESCRIPTION='A library for loading XCursor themes' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=xcursor CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/esposm03/xcursor-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/x11/xwayland-satellite/work/target/release/deps /usr/local/bin/rustc --crate-name xcursor --edition=2018 /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/xcursor-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3d6ce305073a46b -C extra-filename=-8ed54db757c7e06f --out-dir /magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/x11/xwayland-satellite/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling thiserror v1.0.69
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=thiserror CARGO_MANIFEST_DIR=/magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/thiserror-1.0.69 CARGO_MANIFEST_PATH=/magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/thiserror-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/x11/xwayland-satellite/work/target/release/deps OUT_DIR=/magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/build/thiserror-d31a89cc61a36d3c/out /usr/local/bin/rustc --crate-name thiserror --edition=2021 /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3f4436135fc43830 -C extra-filename=-140f72fc0cb6c2c6 --out-dir /magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/x11/xwayland-satellite/work/target/release/deps --extern thiserror_impl=/magus/work/usr/mports/x11/xwayland-satellite/work/target/release/deps/libthiserror_impl-163b7f6a9b998100.so --cap-lints warn -C link-arg=-fstack-protector-strong --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
warning: `humantime` (lib) generated 2 warnings (2 duplicates)
Compiling xkeysym v0.2.1
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=xkeysym CARGO_MANIFEST_DIR=/magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/xkeysym-0.2.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/xkeysym-0.2.1/Cargo.toml CARGO_PKG_AUTHORS='John Nunley ' CARGO_PKG_DESCRIPTION='A library for working with X11 keysyms' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0 OR Zlib' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=xkeysym CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/notgull/xkeysym' CARGO_PKG_RUST_VERSION=1.58.1 CARGO_PKG_VERSION=0.2.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/x11/xwayland-satellite/work/target/release/deps /usr/local/bin/rustc --crate-name xkeysym --edition=2018 /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/xkeysym-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytemuck", "serde"))' -C metadata=8ed4c25ec78d57ea -C extra-filename=-6498e082a6cf6a0f --out-dir /magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/x11/xwayland-satellite/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling aho-corasick v1.1.3
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=aho_corasick CARGO_MANIFEST_DIR=/magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/aho-corasick-1.1.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/aho-corasick-1.1.3/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Fast multiple substring searching.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=aho-corasick CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=1.1.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/x11/xwayland-satellite/work/target/release/deps /usr/local/bin/rustc --crate-name aho_corasick --edition=2021 /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=d4e2bc9c7cbe7221 -C extra-filename=-ae9a37ccc7089150 --out-dir /magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/x11/xwayland-satellite/work/target/release/deps --extern memchr=/magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps/libmemchr-051f015c5cfab0b9.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling anstream v0.6.18
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=anstream CARGO_MANIFEST_DIR=/magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/anstream-0.6.18 CARGO_MANIFEST_PATH=/magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/anstream-0.6.18/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A simple cross platform library for writing colored text to a terminal.' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstream CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.66.0 CARGO_PKG_VERSION=0.6.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/x11/xwayland-satellite/work/target/release/deps /usr/local/bin/rustc --crate-name anstream --edition=2021 /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/anstream-0.6.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=ee5505575b04b2da -C extra-filename=-eb9a3cb78e4cb01a --out-dir /magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/x11/xwayland-satellite/work/target/release/deps --extern anstyle=/magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps/libanstyle-e3288e1c1df2ff60.rmeta --extern anstyle_parse=/magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps/libanstyle_parse-94a8bd67f8335c65.rmeta --extern anstyle_query=/magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps/libanstyle_query-d1e9f4f57899e8f1.rmeta --extern colorchoice=/magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps/libcolorchoice-55cbe2be381e481b.rmeta --extern is_terminal_polyfill=/magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps/libis_terminal_polyfill-64fbfb7c4e1959af.rmeta --extern utf8parse=/magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps/libutf8parse-e2b0d4458e22f23f.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/xcb-1.5.0/src/lat1_str.rs:75:27
|
75 | pub fn from_utf8(str: &str) -> Cow {
| ^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
= note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
|
75 | pub fn from_utf8(str: &str) -> Cow<'_, Lat1Str> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/xcb-1.5.0/src/lat1_str.rs:129:20
|
129 | pub fn to_utf8(&self) -> Cow {
| ^^^^^ ^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
129 | pub fn to_utf8(&self) -> Cow<'_, str> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/build/xcb-4abbfd05f2a5b71b/out/xproto.rs:6210:27
|
6210 | pub fn allowed_depths(&self) -> DepthIterator {
| ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
6210 | pub fn allowed_depths(&self) -> DepthIterator<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/build/xcb-4abbfd05f2a5b71b/out/xproto.rs:7385:18
|
7385 | pub fn roots(&self) -> ScreenIterator {
| ^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
7385 | pub fn roots(&self) -> ScreenIterator<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/build/xcb-4abbfd05f2a5b71b/out/xproto.rs:17988:18
|
17988 | pub fn names(&self) -> StrIterator {
| ^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
17988 | pub fn names(&self) -> StrIterator<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/build/xcb-4abbfd05f2a5b71b/out/xproto.rs:18690:17
|
18690 | pub fn path(&self) -> StrIterator {
| ^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
18690 | pub fn path(&self) -> StrIterator<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/build/xcb-4abbfd05f2a5b71b/out/xproto.rs:23555:18
|
23555 | pub fn names(&self) -> StrIterator {
| ^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
23555 | pub fn names(&self) -> StrIterator<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/build/xcb-4abbfd05f2a5b71b/out/xproto.rs:25037:18
|
25037 | pub fn hosts(&self) -> HostIterator {
| ^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
25037 | pub fn hosts(&self) -> HostIterator<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/build/xcb-4abbfd05f2a5b71b/out/randr.rs:3140:18
|
3140 | pub fn rates(&self) -> RefreshRatesIterator {
| ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
3140 | pub fn rates(&self) -> RefreshRatesIterator<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/build/xcb-4abbfd05f2a5b71b/out/randr.rs:9758:21
|
9758 | pub fn monitors(&self) -> MonitorInfoIterator {
| ^^^^^ ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
9758 | pub fn monitors(&self) -> MonitorInfoIterator<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/build/xcb-4abbfd05f2a5b71b/out/render.rs:1048:19
|
1048 | pub fn depths(&self) -> PictdepthIterator {
| ^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
1048 | pub fn depths(&self) -> PictdepthIterator<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/build/xcb-4abbfd05f2a5b71b/out/render.rs:2460:20
|
2460 | pub fn screens(&self) -> PictscreenIterator {
| ^^^^^ ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
2460 | pub fn screens(&self) -> PictscreenIterator<'_> {
| ++++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/build/xcb-4abbfd05f2a5b71b/out/render.rs:4132:20
|
4132 | pub fn filters(&self) -> xproto::StrIterator {
| ^^^^^ ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
4132 | pub fn filters(&self) -> xproto::StrIterator<'_> {
| ++++
warning: `xcb` (lib) generated 13 warnings
Compiling slotmap v1.0.7
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=slotmap CARGO_MANIFEST_DIR=/magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7 CARGO_MANIFEST_PATH=/magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/Cargo.toml CARGO_PKG_AUTHORS='Orson Peters ' CARGO_PKG_DESCRIPTION='Slotmap data structure' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Zlib CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=slotmap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/orlp/slotmap' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.7 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/x11/xwayland-satellite/work/target/release/deps OUT_DIR=/magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/build/slotmap-eb6d43d922753bbd/out /usr/local/bin/rustc --crate-name slotmap --edition=2018 /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std", "unstable"))' -C metadata=ff2647ad8e651411 -C extra-filename=-757d06d963c3b523 --out-dir /magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/x11/xwayland-satellite/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/x11/xwayland-satellite/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong --cfg has_min_const_generics`
warning: lint `unaligned_references` has been removed: converted into hard error, see issue #82523 for more information
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/lib.rs:13:23
|
13 | #![deny(missing_docs, unaligned_references)]
| ^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(renamed_and_removed_lints)]` on by default
warning: unexpected `cfg` condition name: `nightly`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/lib.rs:3:17
|
3 | #![cfg_attr(all(nightly, feature = "unstable"), feature(try_reserve))]
| ^^^^^^^
|
= help: expected names are: `docsrs`, `feature`, and `test` and 31 more
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
warning: unexpected `cfg` condition name: `nightly`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/lib.rs:5:17
|
5 | #![cfg_attr(all(nightly, doc), feature(doc_cfg))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `cargo-clippy`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/lib.rs:14:13
|
14 | #![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `default`, `serde`, `std`, and `unstable`
= help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `cargo-clippy`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/lib.rs:15:13
|
15 | #![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `default`, `serde`, `std`, and `unstable`
= help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `cargo-clippy`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/lib.rs:17:5
|
17 | feature = "cargo-clippy",
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `default`, `serde`, `std`, and `unstable`
= help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `nightly`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/basic.rs:6:11
|
6 | #[cfg(all(nightly, any(doc, feature = "unstable")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `nightly`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/basic.rs:302:15
|
302 | #[cfg(all(nightly, any(doc, feature = "unstable")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_min_const_generics`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/basic.rs:682:11
|
682 | #[cfg(has_min_const_generics)]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_min_const_generics)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_min_const_generics`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/basic.rs:745:11
|
745 | #[cfg(has_min_const_generics)]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_min_const_generics)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `nightly`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/dense.rs:9:11
|
9 | #[cfg(all(nightly, any(doc, feature = "unstable")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `nightly`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/dense.rs:208:15
|
208 | #[cfg(all(nightly, any(doc, feature = "unstable")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_min_const_generics`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/dense.rs:594:11
|
594 | #[cfg(has_min_const_generics)]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_min_const_generics)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_min_const_generics`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/dense.rs:659:11
|
659 | #[cfg(has_min_const_generics)]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_min_const_generics)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `nightly`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/hop.rs:17:11
|
17 | #[cfg(all(nightly, any(doc, feature = "unstable")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `nightly`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/hop.rs:321:15
|
321 | #[cfg(all(nightly, any(doc, feature = "unstable")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_min_const_generics`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/hop.rs:786:11
|
786 | #[cfg(has_min_const_generics)]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_min_const_generics)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_min_const_generics`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/hop.rs:850:11
|
850 | #[cfg(has_min_const_generics)]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_min_const_generics)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `nightly`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/secondary.rs:3:11
|
3 | #[cfg(all(nightly, any(doc, feature = "unstable")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `nightly`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/secondary.rs:255:15
|
255 | #[cfg(all(nightly, any(doc, feature = "unstable")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_min_const_generics`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/secondary.rs:584:11
|
584 | #[cfg(has_min_const_generics)]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_min_const_generics)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_min_const_generics`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/secondary.rs:658:11
|
658 | #[cfg(has_min_const_generics)]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_min_const_generics)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `nightly`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/sparse_secondary.rs:3:11
|
3 | #[cfg(all(nightly, any(doc, feature = "unstable")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `nightly`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/sparse_secondary.rs:231:15
|
231 | #[cfg(all(nightly, any(doc, feature = "unstable")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_min_const_generics`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/sparse_secondary.rs:544:11
|
544 | #[cfg(has_min_const_generics)]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_min_const_generics)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_min_const_generics`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/sparse_secondary.rs:612:11
|
612 | #[cfg(has_min_const_generics)]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_min_const_generics)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_min_const_generics)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: `cursor-icon` (lib) generated 1 warning (1 duplicate)
warning: unexpected `cfg` condition value: `cargo-clippy`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/wayland-csd-frame-0.3.0/src/lib.rs:9:13
|
9 | #![cfg_attr(feature = "cargo-clippy", deny(warnings))]
| ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
|
= note: no expected values for `feature`
= help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
= note: see for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
warning: `wayland-csd-frame` (lib) generated 1 warning
warning: unexpected `cfg` condition name: `rustbuild`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/env_logger-0.10.2/src/lib.rs:274:13
|
274 | #![cfg_attr(rustbuild, feature(staged_api, rustc_private))]
| ^^^^^^^^^
|
= help: expected names are: `docsrs`, `feature`, and `test` and 31 more
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rustbuild)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rustbuild)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
warning: unexpected `cfg` condition name: `rustbuild`
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/env_logger-0.10.2/src/lib.rs:275:13
|
275 | #![cfg_attr(rustbuild, unstable(feature = "rustc_private", issue = "27812"))]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rustbuild)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rustbuild)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/env_logger-0.10.2/src/fmt/style.rs:222:21
|
222 | pub fn value(&self, value: T) -> StyledValue {
| ^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
= note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
|
222 | pub fn value(&self, value: T) -> StyledValue<'_, T> {
| +++
warning: `env_logger` (lib) generated 3 warnings
warning: unnecessary parentheses around type
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/smithay-client-toolkit-0.19.2/src/compositor.rs:478:21
|
478 | ) -> Option> {
| ^ ^
|
= note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
help: remove these parentheses
|
478 - ) -> Option> {
478 + ) -> Option> {
|
warning: type `dev_t` should have an upper camel case name
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/smithay-client-toolkit-0.19.2/src/dmabuf.rs:17:6
|
17 | type dev_t = u64;
| ^^^^^ help: convert the identifier to upper camel case: `DevT`
|
= note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
warning: unnecessary parentheses around type
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/smithay-client-toolkit-0.19.2/src/shell/xdg/mod.rs:214:21
|
214 | ) -> Option> {
| ^ ^
|
help: remove these parentheses
|
214 - ) -> Option> {
214 + ) -> Option> {
|
warning: unnecessary parentheses around type
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/smithay-client-toolkit-0.19.2/src/shm/raw.rs:262:21
|
262 | ) -> Option> {
| ^ ^
|
help: remove these parentheses
|
262 - ) -> Option> {
262 + ) -> Option> {
|
warning: eliding a lifetime that's named elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/smithay-client-toolkit-0.19.2/src/registry.rs:195:31
|
193 | &'a self,
| -- the lifetime is named here
194 | interface: &'a str,
| -- the lifetime is named here
195 | ) -> impl Iterator- + 'a {
| ^^^^^^^ -- the same lifetime is named here
| |
| the same lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
= note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: consistently use `'a`
|
195 | ) -> impl Iterator
- + 'a {
| ++
warning: `smithay-client-toolkit` (lib) generated 5 warnings
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/basic.rs:53:16
|
53 | pub fn get(&self) -> SlotContent
{
| ^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
= note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
|
53 | pub fn get(&self) -> SlotContent<'_, T> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/basic.rs:63:20
|
63 | pub fn get_mut(&mut self) -> SlotContentMut {
| ^^^^^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
63 | pub fn get_mut(&mut self) -> SlotContentMut<'_, T> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/basic.rs:569:18
|
569 | pub fn drain(&mut self) -> Drain {
| ^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
569 | pub fn drain(&mut self) -> Drain<'_, K, V> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/basic.rs:777:17
|
777 | pub fn iter(&self) -> Iter {
| ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
777 | pub fn iter(&self) -> Iter<'_, K, V> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/basic.rs:813:21
|
813 | pub fn iter_mut(&mut self) -> IterMut {
| ^^^^^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
813 | pub fn iter_mut(&mut self) -> IterMut<'_, K, V> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/basic.rs:843:17
|
843 | pub fn keys(&self) -> Keys {
| ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
843 | pub fn keys(&self) -> Keys<'_, K, V> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/basic.rs:866:19
|
866 | pub fn values(&self) -> Values {
| ^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
866 | pub fn values(&self) -> Values<'_, K, V> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/basic.rs:890:23
|
890 | pub fn values_mut(&mut self) -> ValuesMut {
| ^^^^^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
890 | pub fn values_mut(&mut self) -> ValuesMut<'_, K, V> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/dense.rs:470:18
|
470 | pub fn drain(&mut self) -> Drain {
| ^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
470 | pub fn drain(&mut self) -> Drain<'_, K, V> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/dense.rs:689:17
|
689 | pub fn iter(&self) -> Iter {
| ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
689 | pub fn iter(&self) -> Iter<'_, K, V> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/dense.rs:719:21
|
719 | pub fn iter_mut(&mut self) -> IterMut {
| ^^^^^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
719 | pub fn iter_mut(&mut self) -> IterMut<'_, K, V> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/dense.rs:742:17
|
742 | pub fn keys(&self) -> Keys {
| ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
742 | pub fn keys(&self) -> Keys<'_, K, V> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/dense.rs:762:19
|
762 | pub fn values(&self) -> Values {
| ^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
762 | pub fn values(&self) -> Values<'_, K, V> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/dense.rs:783:23
|
783 | pub fn values_mut(&mut self) -> ValuesMut {
| ^^^^^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
783 | pub fn values_mut(&mut self) -> ValuesMut<'_, K, V> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/hop.rs:73:16
|
73 | pub fn get(&self) -> SlotContent {
| ^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
73 | pub fn get(&self) -> SlotContent<'_, T> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/hop.rs:83:20
|
83 | pub fn get_mut(&mut self) -> SlotContentMut {
| ^^^^^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
83 | pub fn get_mut(&mut self) -> SlotContentMut<'_, T> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/hop.rs:665:18
|
665 | pub fn drain(&mut self) -> Drain {
| ^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
665 | pub fn drain(&mut self) -> Drain<'_, K, V> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/hop.rs:879:17
|
879 | pub fn iter(&self) -> Iter {
| ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
879 | pub fn iter(&self) -> Iter<'_, K, V> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/hop.rs:911:21
|
911 | pub fn iter_mut(&mut self) -> IterMut {
| ^^^^^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
911 | pub fn iter_mut(&mut self) -> IterMut<'_, K, V> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/hop.rs:936:17
|
936 | pub fn keys(&self) -> Keys {
| ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
936 | pub fn keys(&self) -> Keys<'_, K, V> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/hop.rs:956:19
|
956 | pub fn values(&self) -> Values {
| ^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
956 | pub fn values(&self) -> Values<'_, K, V> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/hop.rs:977:23
|
977 | pub fn values_mut(&mut self) -> ValuesMut {
| ^^^^^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
977 | pub fn values_mut(&mut self) -> ValuesMut<'_, K, V> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/secondary.rs:460:18
|
460 | pub fn drain(&mut self) -> Drain {
| ^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
460 | pub fn drain(&mut self) -> Drain<'_, K, V> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/secondary.rs:691:17
|
691 | pub fn iter(&self) -> Iter {
| ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
691 | pub fn iter(&self) -> Iter<'_, K, V> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/secondary.rs:726:21
|
726 | pub fn iter_mut(&mut self) -> IterMut {
| ^^^^^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
726 | pub fn iter_mut(&mut self) -> IterMut<'_, K, V> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/secondary.rs:754:17
|
754 | pub fn keys(&self) -> Keys {
| ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
754 | pub fn keys(&self) -> Keys<'_, K, V> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/secondary.rs:778:19
|
778 | pub fn values(&self) -> Values {
| ^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
778 | pub fn values(&self) -> Values<'_, K, V> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/secondary.rs:803:23
|
803 | pub fn values_mut(&mut self) -> ValuesMut {
| ^^^^^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
803 | pub fn values_mut(&mut self) -> ValuesMut<'_, K, V> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/secondary.rs:823:18
|
823 | pub fn entry(&mut self, key: K) -> Option> {
| ^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
823 | pub fn entry(&mut self, key: K) -> Option> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/sparse_secondary.rs:419:18
|
419 | pub fn drain(&mut self) -> Drain {
| ^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
419 | pub fn drain(&mut self) -> Drain<'_, K, V> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/sparse_secondary.rs:645:17
|
645 | pub fn iter(&self) -> Iter {
| ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
645 | pub fn iter(&self) -> Iter<'_, K, V> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/sparse_secondary.rs:679:21
|
679 | pub fn iter_mut(&mut self) -> IterMut {
| ^^^^^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
679 | pub fn iter_mut(&mut self) -> IterMut<'_, K, V> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/sparse_secondary.rs:706:17
|
706 | pub fn keys(&self) -> Keys {
| ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
706 | pub fn keys(&self) -> Keys<'_, K, V> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/sparse_secondary.rs:730:19
|
730 | pub fn values(&self) -> Values {
| ^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
730 | pub fn values(&self) -> Values<'_, K, V> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/sparse_secondary.rs:755:23
|
755 | pub fn values_mut(&mut self) -> ValuesMut {
| ^^^^^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
755 | pub fn values_mut(&mut self) -> ValuesMut<'_, K, V> {
| +++
warning: hiding a lifetime that's elided elsewhere is confusing
--> /magus/work/usr/mports/x11/xwayland-satellite/work/xwayland-satellite-0.5.1/cargo-crates/slotmap-1.0.7/src/sparse_secondary.rs:775:18
|
775 | pub fn entry(&mut self, key: K) -> Option> {
| ^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
775 | pub fn entry(&mut self, key: K) -> Option> {
| +++
warning: `slotmap` (lib) generated 62 warnings (26 duplicates)
warning: hiding a lifetime that's elided elsewhere is confusing
--> src/xstate/mod.rs:548:9
|
548 | &self,
| ^^^^^ the lifetime is elided here
549 | window: x::Window,
550 | ) -> PropertyCookieWrapper> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
= note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
|
550 | ) -> PropertyCookieWrapper<'_, impl PropertyResolver
MidnightBSD Magus