build: update dependnecy versions #42
Annotations
384 errors and 2 warnings
unused variable: `writer`:
rdftk_query/src/sparql/results/xml.rs#L68
error: unused variable: `writer`
--> rdftk_query/src/sparql/results/xml.rs:68:37
|
68 | pub fn to_writer<T, W>(results: &T, writer: &mut W) -> Result<(), Error>
| ^^^^^^ help: if this is intentional, prefix it with an underscore: `_writer`
|
unused variable: `results`:
rdftk_query/src/sparql/results/xml.rs#L68
error: unused variable: `results`
--> rdftk_query/src/sparql/results/xml.rs:68:24
|
68 | pub fn to_writer<T, W>(results: &T, writer: &mut W) -> Result<(), Error>
| ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_results`
|
unused variable: `reader`:
rdftk_query/src/sparql/results/xml.rs#L37
error: unused variable: `reader`
--> rdftk_query/src/sparql/results/xml.rs:37:23
|
37 | pub fn from_reader<R>(reader: R) -> Result<Results, Error>
| ^^^^^^ help: if this is intentional, prefix it with an underscore: `_reader`
|
unused variable: `writer`:
rdftk_query/src/sparql/results/tabular.rs#L68
error: unused variable: `writer`
--> rdftk_query/src/sparql/results/tabular.rs:68:37
|
68 | pub fn to_writer<T, W>(results: &T, writer: &mut W) -> Result<(), Error>
| ^^^^^^ help: if this is intentional, prefix it with an underscore: `_writer`
|
unused variable: `results`:
rdftk_query/src/sparql/results/tabular.rs#L68
error: unused variable: `results`
--> rdftk_query/src/sparql/results/tabular.rs:68:24
|
68 | pub fn to_writer<T, W>(results: &T, writer: &mut W) -> Result<(), Error>
| ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_results`
|
unused variable: `reader`:
rdftk_query/src/sparql/results/tabular.rs#L37
error: unused variable: `reader`
--> rdftk_query/src/sparql/results/tabular.rs:37:23
|
37 | pub fn from_reader<R>(reader: R) -> Result<Results, Error>
| ^^^^^^ help: if this is intentional, prefix it with an underscore: `_reader`
|
unused variable: `writer`:
rdftk_query/src/sparql/results/json.rs#L68
error: unused variable: `writer`
--> rdftk_query/src/sparql/results/json.rs:68:37
|
68 | pub fn to_writer<T, W>(results: &T, writer: &mut W) -> Result<(), Error>
| ^^^^^^ help: if this is intentional, prefix it with an underscore: `_writer`
|
unused variable: `results`:
rdftk_query/src/sparql/results/json.rs#L68
error: unused variable: `results`
--> rdftk_query/src/sparql/results/json.rs:68:24
|
68 | pub fn to_writer<T, W>(results: &T, writer: &mut W) -> Result<(), Error>
| ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_results`
|
unused variable: `reader`:
rdftk_query/src/sparql/results/json.rs#L37
error: unused variable: `reader`
--> rdftk_query/src/sparql/results/json.rs:37:23
|
37 | pub fn from_reader<R>(reader: R) -> Result<Results, Error>
| ^^^^^^ help: if this is intentional, prefix it with an underscore: `_reader`
|
unused variable: `row`:
rdftk_query/src/sparql/results/csv.rs#L59
error: unused variable: `row`
--> rdftk_query/src/sparql/results/csv.rs:59:9
|
59 | for row in reader.records() {}
| ^^^ help: if this is intentional, prefix it with an underscore: `_row`
|
unused variable: `headers`:
rdftk_query/src/sparql/results/csv.rs#L56
error: unused variable: `headers`
--> rdftk_query/src/sparql/results/csv.rs:56:13
|
56 | let headers = reader.headers();
| ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_headers`
|
unused variable: `s`:
rdftk_query/src/sparql/mod.rs#L98
error: unused variable: `s`
--> rdftk_query/src/sparql/mod.rs:98:21
|
98 | pub fn is_valid(s: &str) -> bool {
| ^ help: if this is intentional, prefix it with an underscore: `_s`
|
= note: `-D unused-variables` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_variables)]`
|
no variant or associated item named `with_chain` found for enum `rdftk_core::error::Error` in the current scope:
rdftk_query/src/sparql/results/csv.rs#L129
error[E0599]: no variant or associated item named `with_chain` found for enum `rdftk_core::error::Error` in the current scope
--> rdftk_query/src/sparql/results/csv.rs:129:12
|
129 | Error::with_chain(
| ^^^^^^^^^^ variant or associated item not found in `Error`
|
unused variable: `writer`:
rdftk_query/src/sparql/results/xml.rs#L68
error: unused variable: `writer`
--> rdftk_query/src/sparql/results/xml.rs:68:37
|
68 | pub fn to_writer<T, W>(results: &T, writer: &mut W) -> Result<(), Error>
| ^^^^^^ help: if this is intentional, prefix it with an underscore: `_writer`
|
unused variable: `results`:
rdftk_query/src/sparql/results/xml.rs#L68
error: unused variable: `results`
--> rdftk_query/src/sparql/results/xml.rs:68:24
|
68 | pub fn to_writer<T, W>(results: &T, writer: &mut W) -> Result<(), Error>
| ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_results`
|
unused variable: `reader`:
rdftk_query/src/sparql/results/xml.rs#L37
error: unused variable: `reader`
--> rdftk_query/src/sparql/results/xml.rs:37:23
|
37 | pub fn from_reader<R>(reader: R) -> Result<Results, Error>
| ^^^^^^ help: if this is intentional, prefix it with an underscore: `_reader`
|
unused variable: `writer`:
rdftk_query/src/sparql/results/tabular.rs#L68
error: unused variable: `writer`
--> rdftk_query/src/sparql/results/tabular.rs:68:37
|
68 | pub fn to_writer<T, W>(results: &T, writer: &mut W) -> Result<(), Error>
| ^^^^^^ help: if this is intentional, prefix it with an underscore: `_writer`
|
unused variable: `results`:
rdftk_query/src/sparql/results/tabular.rs#L68
error: unused variable: `results`
--> rdftk_query/src/sparql/results/tabular.rs:68:24
|
68 | pub fn to_writer<T, W>(results: &T, writer: &mut W) -> Result<(), Error>
| ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_results`
|
unused variable: `reader`:
rdftk_query/src/sparql/results/tabular.rs#L37
error: unused variable: `reader`
--> rdftk_query/src/sparql/results/tabular.rs:37:23
|
37 | pub fn from_reader<R>(reader: R) -> Result<Results, Error>
| ^^^^^^ help: if this is intentional, prefix it with an underscore: `_reader`
|
unused variable: `writer`:
rdftk_query/src/sparql/results/json.rs#L68
error: unused variable: `writer`
--> rdftk_query/src/sparql/results/json.rs:68:37
|
68 | pub fn to_writer<T, W>(results: &T, writer: &mut W) -> Result<(), Error>
| ^^^^^^ help: if this is intentional, prefix it with an underscore: `_writer`
|
unused variable: `results`:
rdftk_query/src/sparql/results/json.rs#L68
error: unused variable: `results`
--> rdftk_query/src/sparql/results/json.rs:68:24
|
68 | pub fn to_writer<T, W>(results: &T, writer: &mut W) -> Result<(), Error>
| ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_results`
|
unused variable: `reader`:
rdftk_query/src/sparql/results/json.rs#L37
error: unused variable: `reader`
--> rdftk_query/src/sparql/results/json.rs:37:23
|
37 | pub fn from_reader<R>(reader: R) -> Result<Results, Error>
| ^^^^^^ help: if this is intentional, prefix it with an underscore: `_reader`
|
unused variable: `row`:
rdftk_query/src/sparql/results/csv.rs#L59
error: unused variable: `row`
--> rdftk_query/src/sparql/results/csv.rs:59:9
|
59 | for row in reader.records() {}
| ^^^ help: if this is intentional, prefix it with an underscore: `_row`
|
unused variable: `headers`:
rdftk_query/src/sparql/results/csv.rs#L56
error: unused variable: `headers`
--> rdftk_query/src/sparql/results/csv.rs:56:13
|
56 | let headers = reader.headers();
| ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_headers`
|
unused variable: `s`:
rdftk_query/src/sparql/mod.rs#L98
error: unused variable: `s`
--> rdftk_query/src/sparql/mod.rs:98:21
|
98 | pub fn is_valid(s: &str) -> bool {
| ^ help: if this is intentional, prefix it with an underscore: `_s`
|
= note: `-D unused-variables` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_variables)]`
|
no variant or associated item named `with_chain` found for enum `rdftk_core::error::Error` in the current scope:
rdftk_query/src/sparql/results/csv.rs#L129
error[E0599]: no variant or associated item named `with_chain` found for enum `rdftk_core::error::Error` in the current scope
--> rdftk_query/src/sparql/results/csv.rs:129:12
|
129 | Error::with_chain(
| ^^^^^^^^^^ variant or associated item not found in `Error`
|
cannot resolve opaque type:
rdftk_query/src/sparql/parser/update.rs#L22
error[E0720]: cannot resolve opaque type
--> rdftk_query/src/sparql/parser/update.rs:22:27
|
22 | pub fn update<'a, I>() -> impl Parser<I, Output = ()>
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ recursive opaque type
...
27 | / (
28 | | prologue(),
29 | | optional((update_1(), optional((char(';'), update())))),
30 | | )
31 | | .with(value(()))
32 | | .expected("Update")
| | -
| |___________________________|
| |___________________________returning here with type `combine::parser::error::Expected<combine::parser::sequence::With<(impl combine::Parser<I, Output = ()>, combine::parser::choice::Optional<(impl combine::Parser<I, Output = ()>, combine::parser::choice::Optional<(combine::parser::token::Token<I>, impl combine::Parser<I, Output = ()>)>)>), combine::parser::token::Value<I, ()>>, &str>`
| |___________________________returning here with type `combine::parser::error::Expected<combine::parser::sequence::With<(impl combine::Parser<I, Output = ()>, combine::parser::choice::Optional<(impl combine::Parser<I, Output = ()>, combine::parser::choice::Optional<(combine::parser::token::Token<I>, impl combine::Parser<I, Output = ()>)>)>), combine::parser::token::Value<I, ()>>, &str>`
| returning here with type `combine::parser::error::Expected<combine::parser::sequence::With<(impl combine::Parser<I, Output = ()>, combine::parser::choice::Optional<(impl combine::Parser<I, Output = ()>, combine::parser::choice::Optional<(combine::parser::token::Token<I>, impl combine::Parser<I, Output = ()>)>)>), combine::parser::token::Value<I, ()>>, &str>`
...
51 | | pub fn update_1<'a, I>() -> impl Parser<I, Output = ()>
| | --------------------------- returning this type `combine::parser::error::Expected<combine::parser::sequence::With<(impl combine::Parser<I, Output = ()>, combine::parser::choice::Optional<(impl combine::Parser<I, Output = ()>, combine::parser::choice::Optional<(combine::parser::token::Token<I>, impl combine::Parser<I, Output = ()>)>)>), combine::parser::token::Value<I, ()>>, &str>`
|
::: rdftk_query/src/sparql/parser/common.rs:29:36
|
29 | pub(crate) fn prologue<'a, I>() -> impl Parser<I, Output = ()>
| --------------------------- returning this type `combine::parser::error::Expected<combine::parser::sequence::With<(impl combine::Parser<I, Output = ()>, combine::parser::choice::Optional<(impl combine::Parser<I, Output = ()>, combine::parser::choice::Optional<(combine::parser::token::Token<I>, impl combine::Parser<I, Output = ()>)>)>), combine::parser::token::Value<I, ()>>, &str>`
|
cannot resolve opaque type:
rdftk_query/src/sparql/parser/update.rs#L22
error[E0720]: cannot resolve opaque type
--> rdftk_query/src/sparql/parser/update.rs:22:27
|
22 | pub fn update<'a, I>() -> impl Parser<I, Output = ()>
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ recursive opaque type
...
27 | / (
28 | | prologue(),
29 | | optional((update_1(), optional((char(';'), update())))),
30 | | )
31 | | .with(value(()))
32 | | .expected("Update")
| | -
| |___________________________|
| |___________________________returning here with type `combine::parser::error::Expected<combine::parser::sequence::With<(impl combine::Parser<I, Output = ()>, combine::parser::choice::Optional<(impl combine::Parser<I, Output = ()>, combine::parser::choice::Optional<(combine::parser::token::Token<I>, impl combine::Parser<I, Output = ()>)>)>), combine::parser::token::Value<I, ()>>, &str>`
| |___________________________returning here with type `combine::parser::error::Expected<combine::parser::sequence::With<(impl combine::Parser<I, Output = ()>, combine::parser::choice::Optional<(impl combine::Parser<I, Output = ()>, combine::parser::choice::Optional<(combine::parser::token::Token<I>, impl combine::Parser<I, Output = ()>)>)>), combine::parser::token::Value<I, ()>>, &str>`
| returning here with type `combine::parser::error::Expected<combine::parser::sequence::With<(impl combine::Parser<I, Output = ()>, combine::parser::choice::Optional<(impl combine::Parser<I, Output = ()>, combine::parser::choice::Optional<(combine::parser::token::Token<I>, impl combine::Parser<I, Output = ()>)>)>), combine::parser::token::Value<I, ()>>, &str>`
...
51 | | pub fn update_1<'a, I>() -> impl Parser<I, Output = ()>
| | --------------------------- returning this type `combine::parser::error::Expected<combine::parser::sequence::With<(impl combine::Parser<I, Output = ()>, combine::parser::choice::Optional<(impl combine::Parser<I, Output = ()>, combine::parser::choice::Optional<(combine::parser::token::Token<I>, impl combine::Parser<I, Output = ()>)>)>), combine::parser::token::Value<I, ()>>, &str>`
|
::: rdftk_query/src/sparql/parser/common.rs:29:36
|
29 | pub(crate) fn prologue<'a, I>() -> impl Parser<I, Output = ()>
| --------------------------- returning this type `combine::parser::error::Expected<combine::parser::sequence::With<(impl combine::Parser<I, Output = ()>, combine::parser::choice::Optional<(impl combine::Parser<I, Output = ()>, combine::parser::choice::Optional<(combine::parser::token::Token<I>, impl combine::Parser<I, Output = ()>)>)>), combine::parser::token::Value<I, ()>>, &str>`
|
this function takes 1 argument but 0 arguments were supplied:
rdftk_query/src/sparql/parser/update.rs#L56
error[E0061]: this function takes 1 argument but 0 arguments were supplied
--> rdftk_query/src/sparql/parser/update.rs:56:5
|
56 | choice().with(value(())).expected("Update1")
| ^^^^^^-- argument #1 is missing
|
note: function defined here
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/src/parser/choice.rs:552:8
|
552 | pub fn choice<Input, P>(ps: P) -> Choice<P>
| ^^^^^^
help: provide the argument
|
56 | choice(/* ps */).with(value(())).expected("Update1")
| ~~~~~~~~~~
|
this function takes 1 argument but 0 arguments were supplied:
rdftk_query/src/sparql/parser/update.rs#L56
error[E0061]: this function takes 1 argument but 0 arguments were supplied
--> rdftk_query/src/sparql/parser/update.rs:56:5
|
56 | choice().with(value(())).expected("Update1")
| ^^^^^^-- argument #1 is missing
|
note: function defined here
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/src/parser/choice.rs:552:8
|
552 | pub fn choice<Input, P>(ps: P) -> Choice<P>
| ^^^^^^
help: provide the argument
|
56 | choice(/* ps */).with(value(())).expected("Update1")
| ~~~~~~~~~~
|
function cannot return without recursing:
rdftk_query/src/sparql/parser/update.rs#L22
error: function cannot return without recursing
--> rdftk_query/src/sparql/parser/update.rs:22:1
|
22 | / pub fn update<'a, I>() -> impl Parser<I, Output = ()>
23 | | where
24 | | I: RangeStream<Token = char, Range = &'a str>,
25 | | I::Error: ParseError<I::Token, I::Range, I::Position>,
| |__________________________________________________________^ cannot return without recursing
...
29 | optional((update_1(), optional((char(';'), update())))),
| -------- recursive call site
|
= help: a `loop` may express intention better if this is on purpose
= note: `-D unconditional-recursion` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unconditional_recursion)]`
|
function cannot return without recursing:
rdftk_query/src/sparql/parser/update.rs#L22
error: function cannot return without recursing
--> rdftk_query/src/sparql/parser/update.rs:22:1
|
22 | / pub fn update<'a, I>() -> impl Parser<I, Output = ()>
23 | | where
24 | | I: RangeStream<Token = char, Range = &'a str>,
25 | | I::Error: ParseError<I::Token, I::Range, I::Position>,
| |__________________________________________________________^ cannot return without recursing
...
29 | optional((update_1(), optional((char(';'), update())))),
| -------- recursive call site
|
= help: a `loop` may express intention better if this is on purpose
= note: `-D unconditional-recursion` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unconditional_recursion)]`
|
cannot find function `integer` in this scope:
rdftk_query/src/sparql/parser/query.rs#L208
error[E0425]: cannot find function `integer` in this scope
--> rdftk_query/src/sparql/parser/query.rs:208:43
|
208 | (keyword("limit").skip(spaces()), integer()),
| ^^^^^^^ not found in this scope
|
cannot find function `integer` in this scope:
rdftk_query/src/sparql/parser/query.rs#L207
error[E0425]: cannot find function `integer` in this scope
--> rdftk_query/src/sparql/parser/query.rs:207:44
|
207 | (keyword("offset").skip(spaces()), integer()),
| ^^^^^^^ not found in this scope
|
cannot find function `integer` in this scope:
rdftk_query/src/sparql/parser/query.rs#L208
error[E0425]: cannot find function `integer` in this scope
--> rdftk_query/src/sparql/parser/query.rs:208:43
|
208 | (keyword("limit").skip(spaces()), integer()),
| ^^^^^^^ not found in this scope
|
cannot find function `integer` in this scope:
rdftk_query/src/sparql/parser/query.rs#L207
error[E0425]: cannot find function `integer` in this scope
--> rdftk_query/src/sparql/parser/query.rs:207:44
|
207 | (keyword("offset").skip(spaces()), integer()),
| ^^^^^^^ not found in this scope
|
the method `with` exists for unit type `()`, but its trait bounds were not satisfied:
rdftk_query/src/sparql/parser/query.rs#L144
error[E0599]: the method `with` exists for unit type `()`, but its trait bounds were not satisfied
--> rdftk_query/src/sparql/parser/query.rs:144:8
|
144 | ().with(value(())).expected("expression_as_var")
| ^^^^ method cannot be called on `()` due to unsatisfied trait bounds
|
= note: the following trait bounds were not satisfied:
`(): combine::Parser<_>`
which is required by `&mut (): combine::Parser<_>`
|
the method `with` exists for unit type `()`, but its trait bounds were not satisfied:
rdftk_query/src/sparql/parser/query.rs#L144
error[E0599]: the method `with` exists for unit type `()`, but its trait bounds were not satisfied
--> rdftk_query/src/sparql/parser/query.rs:144:8
|
144 | ().with(value(())).expected("expression_as_var")
| ^^^^ method cannot be called on `()` due to unsatisfied trait bounds
|
= note: the following trait bounds were not satisfied:
`(): combine::Parser<_>`
which is required by `&mut (): combine::Parser<_>`
|
the method `with` exists for unit type `()`, but its trait bounds were not satisfied:
rdftk_query/src/sparql/parser/query.rs#L152
error[E0599]: the method `with` exists for unit type `()`, but its trait bounds were not satisfied
--> rdftk_query/src/sparql/parser/query.rs:152:8
|
152 | ().with(value(())).expected("GroupGraphPattern")
| ^^^^ method cannot be called on `()` due to unsatisfied trait bounds
|
= note: the following trait bounds were not satisfied:
`(): combine::Parser<_>`
which is required by `&mut (): combine::Parser<_>`
|
the method `with` exists for unit type `()`, but its trait bounds were not satisfied:
rdftk_query/src/sparql/parser/query.rs#L152
error[E0599]: the method `with` exists for unit type `()`, but its trait bounds were not satisfied
--> rdftk_query/src/sparql/parser/query.rs:152:8
|
152 | ().with(value(())).expected("GroupGraphPattern")
| ^^^^ method cannot be called on `()` due to unsatisfied trait bounds
|
= note: the following trait bounds were not satisfied:
`(): combine::Parser<_>`
which is required by `&mut (): combine::Parser<_>`
|
this function takes 1 argument but 0 arguments were supplied:
rdftk_query/src/sparql/parser/query.rs#L89
error[E0061]: this function takes 1 argument but 0 arguments were supplied
--> rdftk_query/src/sparql/parser/query.rs:89:5
|
89 | choice().with(value(())).expected("Query")
| ^^^^^^-- argument #1 is missing
|
note: function defined here
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/src/parser/choice.rs:552:8
|
552 | pub fn choice<Input, P>(ps: P) -> Choice<P>
| ^^^^^^
help: provide the argument
|
89 | choice(/* ps */).with(value(())).expected("Query")
| ~~~~~~~~~~
|
this function takes 1 argument but 0 arguments were supplied:
rdftk_query/src/sparql/parser/query.rs#L89
error[E0061]: this function takes 1 argument but 0 arguments were supplied
--> rdftk_query/src/sparql/parser/query.rs:89:5
|
89 | choice().with(value(())).expected("Query")
| ^^^^^^-- argument #1 is missing
|
note: function defined here
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/src/parser/choice.rs:552:8
|
552 | pub fn choice<Input, P>(ps: P) -> Choice<P>
| ^^^^^^
help: provide the argument
|
89 | choice(/* ps */).with(value(())).expected("Query")
| ~~~~~~~~~~
|
type annotations needed:
rdftk_query/src/sparql/parser/query.rs#L76
error[E0283]: type annotations needed
--> rdftk_query/src/sparql/parser/query.rs:76:9
|
76 | many(dataset_clause()),
| ^^^^ cannot infer type of the type parameter `F` declared on the function `many`
|
= note: cannot satisfy `_: std::iter::Extend<()>`
= help: the following types implement trait `std::iter::Extend<A>`:
`()` implements `std::iter::Extend<()>`
`(ExtendA, ExtendB)` implements `std::iter::Extend<(A, B)>`
`bimap::btree::BiBTreeMap<L, R>` implements `std::iter::Extend<(L, R)>`
`bimap::hash::BiHashMap<L, R, LS, RS>` implements `std::iter::Extend<(L, R)>`
`bytes::bytes_mut::BytesMut` implements `std::iter::Extend<&'a u8>`
`bytes::bytes_mut::BytesMut` implements `std::iter::Extend<bytes::bytes::Bytes>`
`bytes::bytes_mut::BytesMut` implements `std::iter::Extend<u8>`
`combine::parser::repeat::Sink` implements `std::iter::Extend<A>`
and 37 others
note: required by a bound in `combine::many`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/src/parser/repeat.rs:445:8
|
441 | pub fn many<F, Input, P>(p: P) -> Many<F, P>
| ---- required by a bound in this function
...
445 | F: Extend<P::Output> + Default,
| ^^^^^^^^^^^^^^^^^ required by this bound in `many`
help: consider specifying the generic arguments
|
76 | many::<F, I, _>(dataset_clause()),
| +++++++++++
|
type annotations needed:
rdftk_query/src/sparql/parser/query.rs#L76
error[E0283]: type annotations needed
--> rdftk_query/src/sparql/parser/query.rs:76:9
|
76 | many(dataset_clause()),
| ^^^^ cannot infer type of the type parameter `F` declared on the function `many`
|
= note: cannot satisfy `_: std::iter::Extend<()>`
= help: the following types implement trait `std::iter::Extend<A>`:
`()` implements `std::iter::Extend<()>`
`(ExtendA, ExtendB)` implements `std::iter::Extend<(A, B)>`
`bimap::btree::BiBTreeMap<L, R>` implements `std::iter::Extend<(L, R)>`
`bimap::hash::BiHashMap<L, R, LS, RS>` implements `std::iter::Extend<(L, R)>`
`bytes::bytes_mut::BytesMut` implements `std::iter::Extend<&'a u8>`
`bytes::bytes_mut::BytesMut` implements `std::iter::Extend<bytes::bytes::Bytes>`
`bytes::bytes_mut::BytesMut` implements `std::iter::Extend<u8>`
`combine::parser::repeat::Sink` implements `std::iter::Extend<A>`
and 37 others
note: required by a bound in `combine::many`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/src/parser/repeat.rs:445:8
|
441 | pub fn many<F, Input, P>(p: P) -> Many<F, P>
| ---- required by a bound in this function
...
445 | F: Extend<P::Output> + Default,
| ^^^^^^^^^^^^^^^^^ required by this bound in `many`
help: consider specifying the generic arguments
|
76 | many::<F, I, _>(dataset_clause()),
| +++++++++++
|
cannot find function `integer` in this scope:
rdftk_query/src/sparql/parser/common.rs#L194
error[E0425]: cannot find function `integer` in this scope
--> rdftk_query/src/sparql/parser/common.rs:194:28
|
194 | (keyword("limit"), integer()),
| ^^^^^^^ not found in this scope
|
cannot find function `integer` in this scope:
rdftk_query/src/sparql/parser/common.rs#L193
error[E0425]: cannot find function `integer` in this scope
--> rdftk_query/src/sparql/parser/common.rs:193:29
|
193 | (keyword("offset"), integer()),
| ^^^^^^^ not found in this scope
|
cannot find function `integer` in this scope:
rdftk_query/src/sparql/parser/common.rs#L194
error[E0425]: cannot find function `integer` in this scope
--> rdftk_query/src/sparql/parser/common.rs:194:28
|
194 | (keyword("limit"), integer()),
| ^^^^^^^ not found in this scope
|
cannot find function `integer` in this scope:
rdftk_query/src/sparql/parser/common.rs#L193
error[E0425]: cannot find function `integer` in this scope
--> rdftk_query/src/sparql/parser/common.rs:193:29
|
193 | (keyword("offset"), integer()),
| ^^^^^^^ not found in this scope
|
the method `with` exists for unit type `()`, but its trait bounds were not satisfied:
rdftk_query/src/sparql/parser/common.rs#L141
error[E0599]: the method `with` exists for unit type `()`, but its trait bounds were not satisfied
--> rdftk_query/src/sparql/parser/common.rs:141:8
|
141 | ().with(value(())).expected("expression_as_var")
| ^^^^ method cannot be called on `()` due to unsatisfied trait bounds
|
= note: the following trait bounds were not satisfied:
`(): combine::Parser<_>`
which is required by `&mut (): combine::Parser<_>`
|
the method `with` exists for unit type `()`, but its trait bounds were not satisfied:
rdftk_query/src/sparql/parser/common.rs#L141
error[E0599]: the method `with` exists for unit type `()`, but its trait bounds were not satisfied
--> rdftk_query/src/sparql/parser/common.rs:141:8
|
141 | ().with(value(())).expected("expression_as_var")
| ^^^^ method cannot be called on `()` due to unsatisfied trait bounds
|
= note: the following trait bounds were not satisfied:
`(): combine::Parser<_>`
which is required by `&mut (): combine::Parser<_>`
|
the method `with` exists for tuple `(Skip<impl Parser<_, Output = ()>, impl Parser<_, Output = ()>>, Skip<Optional<Choice<(..., ...)>>, ...>, ...)`, but its trait bounds were not satisfied:
rdftk_query/src/sparql/parser/common.rs#L118
error[E0599]: the method `with` exists for tuple `(Skip<impl Parser<_, Output = ()>, impl Parser<_, Output = ()>>, Skip<Optional<Choice<(..., ...)>>, ...>, ...)`, but its trait bounds were not satisfied
--> rdftk_query/src/sparql/parser/common.rs:118:10
|
107 | / (
108 | | keyword("select").skip(spaces()),
109 | | optional(choice((keyword("distinct"), keyword("reduced")))).skip(spaces()),
110 | | choice((
... |
117 | | )
118 | | .with(value(()))
| | -^^^^ method cannot be called due to unsatisfied trait bounds
| |_________|
|
|
::: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/src/parser/choice.rs:354:1
|
354 | pub struct Choice<P>(P);
| -------------------- doesn't satisfy `_: Parser<_>`
|
= note: the full type name has been written to '/home/runner/work/rust-rdftk/rust-rdftk/target/debug/deps/rdftk_query-0978381fd52198b7.long-type-7897109719956371189.txt'
= note: consider using `--verbose` to print the full type name to the console
= note: the following trait bounds were not satisfied:
`combine::parser::choice::Choice<(combine::parser::repeat::Many1<_, combine::parser::choice::Choice<(impl combine::Parser<_, Output = sparql::Variable>, (combine::parser::token::Token<_>, impl combine::Parser<_, Output = ()>, combine::parser::token::Token<_>))>>, combine::parser::token::Token<_>)>: combine::Parser<_>`
which is required by `(combine::parser::sequence::Skip<impl combine::Parser<_, Output = ()>, impl combine::Parser<_, Output = ()>>, combine::parser::sequence::Skip<combine::parser::choice::Optional<combine::parser::choice::Choice<(impl combine::Parser<_, Output = ()>, impl combine::Parser<_, Output = ()>)>>, impl combine::Parser<_, Output = ()>>, combine::parser::choice::Choice<(combine::parser::repeat::Many1<_, combine::parser::choice::Choice<(impl combine::Parser<_, Output = sparql::Variable>, (combine::parser::token::Token<_>, impl combine::Parser<_, Output = ()>, combine::parser::token::Token<_>))>>, combine::parser::token::Token<_>)>): combine::Parser<_>`
`(combine::parser::sequence::Skip<impl combine::Parser<_, Output = ()>, impl combine::Parser<_, Output = ()>>, combine::parser::sequence::Skip<combine::parser::choice::Optional<combine::parser::choice::Choice<(impl combine::Parser<_, Output = ()>, impl combine::Parser<_, Output = ()>)>>, impl combine::Parser<_, Output = ()>>, combine::parser::choice::Choice<(combine::parser::repeat::Many1<_, combine::parser::choice::Choice<(impl combine::Parser<_, Output = sparql::Variable>, (combine::parser::token::Token<_>, impl combine::Parser<_, Output = ()>, combine::parser::token::Token<_>))>>, combine::parser::token::Token<_>)>): combine::Parser<_>`
which is required by `&mut (combine::parser::sequence::Skip<impl combine::Parser<_, Output = ()>, impl combine::Parser<_, Output = ()>>, combine::parser::sequence::Skip<combine::parser::choice::Optional<combine::parser::choice::Choice<(impl combine::Parser<_, Output = ()>, impl combine::Parser<_, Output = ()>)>>, impl combine::Parser<_, Output = ()>>, combine::parser::choice::Choice<(combine::parser::repeat::Many1<_, combine::parser::choice::Choice<(impl combine::Parser<_, Output = sparql::Variable>, (combine::parser::token::Token<_>, impl combine::Parser<_, Output = ()>, combine::parser::token::Token<_>))>>, combine::parser::token::Token<_>)>): combine::Parser<_>`
|
the method `with` exists for tuple `(Skip<impl Parser<_, Output = ()>, impl Parser<_, Output = ()>>, Skip<Optional<Choice<(..., ...)>>, ...>, ...)`, but its trait bounds were not satisfied:
rdftk_query/src/sparql/parser/common.rs#L118
error[E0599]: the method `with` exists for tuple `(Skip<impl Parser<_, Output = ()>, impl Parser<_, Output = ()>>, Skip<Optional<Choice<(..., ...)>>, ...>, ...)`, but its trait bounds were not satisfied
--> rdftk_query/src/sparql/parser/common.rs:118:10
|
107 | / (
108 | | keyword("select").skip(spaces()),
109 | | optional(choice((keyword("distinct"), keyword("reduced")))).skip(spaces()),
110 | | choice((
... |
117 | | )
118 | | .with(value(()))
| | -^^^^ method cannot be called due to unsatisfied trait bounds
| |_________|
|
|
::: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/src/parser/choice.rs:354:1
|
354 | pub struct Choice<P>(P);
| -------------------- doesn't satisfy `_: Parser<_>`
|
= note: the full type name has been written to '/home/runner/work/rust-rdftk/rust-rdftk/target/debug/deps/rdftk_query-3364eaccf50db5fb.long-type-16966511947836506618.txt'
= note: consider using `--verbose` to print the full type name to the console
= note: the following trait bounds were not satisfied:
`combine::parser::choice::Choice<(combine::parser::repeat::Many1<_, combine::parser::choice::Choice<(impl combine::Parser<_, Output = sparql::Variable>, (combine::parser::token::Token<_>, impl combine::Parser<_, Output = ()>, combine::parser::token::Token<_>))>>, combine::parser::token::Token<_>)>: combine::Parser<_>`
which is required by `(combine::parser::sequence::Skip<impl combine::Parser<_, Output = ()>, impl combine::Parser<_, Output = ()>>, combine::parser::sequence::Skip<combine::parser::choice::Optional<combine::parser::choice::Choice<(impl combine::Parser<_, Output = ()>, impl combine::Parser<_, Output = ()>)>>, impl combine::Parser<_, Output = ()>>, combine::parser::choice::Choice<(combine::parser::repeat::Many1<_, combine::parser::choice::Choice<(impl combine::Parser<_, Output = sparql::Variable>, (combine::parser::token::Token<_>, impl combine::Parser<_, Output = ()>, combine::parser::token::Token<_>))>>, combine::parser::token::Token<_>)>): combine::Parser<_>`
`(combine::parser::sequence::Skip<impl combine::Parser<_, Output = ()>, impl combine::Parser<_, Output = ()>>, combine::parser::sequence::Skip<combine::parser::choice::Optional<combine::parser::choice::Choice<(impl combine::Parser<_, Output = ()>, impl combine::Parser<_, Output = ()>)>>, impl combine::Parser<_, Output = ()>>, combine::parser::choice::Choice<(combine::parser::repeat::Many1<_, combine::parser::choice::Choice<(impl combine::Parser<_, Output = sparql::Variable>, (combine::parser::token::Token<_>, impl combine::Parser<_, Output = ()>, combine::parser::token::Token<_>))>>, combine::parser::token::Token<_>)>): combine::Parser<_>`
which is required by `&mut (combine::parser::sequence::Skip<impl combine::Parser<_, Output = ()>, impl combine::Parser<_, Output = ()>>, combine::parser::sequence::Skip<combine::parser::choice::Optional<combine::parser::choice::Choice<(impl combine::Parser<_, Output = ()>, impl combine::Parser<_, Output = ()>)>>, impl combine::Parser<_, Output = ()>>, combine::parser::choice::Choice<(combine::parser::repeat::Many1<_, combine::parser::choice::Choice<(impl combine::Parser<_, Output = sparql::Variable>, (combine::parser::token::Token<_>, impl combine::Parser<_, Output = ()>, combine::parser::token::Token<_>))>>, combine::parser::token::Token<_>)>): combine::Parser<_>`
|
type mismatch resolving `<(Token<_>, impl Parser<_, Output = ()>, Token<_>) as Parser<_>>::Output == Variable`:
rdftk_query/src/sparql/parser/common.rs#L110
error[E0271]: type mismatch resolving `<(Token<_>, impl Parser<_, Output = ()>, Token<_>) as Parser<_>>::Output == Variable`
--> rdftk_query/src/sparql/parser/common.rs:110:16
|
110 | choice((
| _________------_^
| | |
| | required by a bound introduced by this call
111 | | many1(choice((
112 | | variable(),
113 | | (char('('), expression_as_var(), char(')')),
114 | | ))),
115 | | char('*'),
116 | | )),
| |_________^ expected `Variable`, found `(_, (), _)`
|
= note: expected struct `sparql::Variable`
found tuple `(_, (), _)`
= note: required for `(impl Parser<_, Output = Variable>, (Token<_>, impl Parser<_, Output = ()>, Token<_>))` to implement `combine::parser::choice::ChoiceParser<_>`
= note: required for `Many1<_, Choice<(impl Parser<_, Output = Variable>, (Token<_>, impl Parser<_, Output = ()>, Token<_>))>>` to implement `combine::Parser<_>`
= note: 1 redundant requirement hidden
= note: required for `(Many1<_, Choice<(impl Parser<_, Output = Variable>, (Token<_>, impl Parser<_, Output = ()>, ...))>>, ...)` to implement `combine::parser::choice::ChoiceParser<_>`
note: required by a bound in `combine::choice`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/src/parser/choice.rs:555:8
|
552 | pub fn choice<Input, P>(ps: P) -> Choice<P>
| ------ required by a bound in this function
...
555 | P: ChoiceParser<Input>,
| ^^^^^^^^^^^^^^^^^^^ required by this bound in `choice`
= note: the full name for the type has been written to '/home/runner/work/rust-rdftk/rust-rdftk/target/debug/deps/rdftk_query-3364eaccf50db5fb.long-type-18430448005973080413.txt'
= note: consider using `--verbose` to print the full type name to the console
= note: the full name for the type has been written to '/home/runner/work/rust-rdftk/rust-rdftk/target/debug/deps/rdftk_query-3364eaccf50db5fb.long-type-7246668953583015243.txt'
= note: consider using `--verbose` to print the full type name to the console
|
type mismatch resolving `<(Token<_>, impl Parser<_, Output = ()>, Token<_>) as Parser<_>>::Output == Variable`:
rdftk_query/src/sparql/parser/common.rs#L110
error[E0271]: type mismatch resolving `<(Token<_>, impl Parser<_, Output = ()>, Token<_>) as Parser<_>>::Output == Variable`
--> rdftk_query/src/sparql/parser/common.rs:110:16
|
110 | choice((
| _________------_^
| | |
| | required by a bound introduced by this call
111 | | many1(choice((
112 | | variable(),
113 | | (char('('), expression_as_var(), char(')')),
114 | | ))),
115 | | char('*'),
116 | | )),
| |_________^ expected `Variable`, found `(_, (), _)`
|
= note: expected struct `sparql::Variable`
found tuple `(_, (), _)`
= note: required for `(impl Parser<_, Output = Variable>, (Token<_>, impl Parser<_, Output = ()>, Token<_>))` to implement `combine::parser::choice::ChoiceParser<_>`
= note: required for `Many1<_, Choice<(impl Parser<_, Output = Variable>, (Token<_>, impl Parser<_, Output = ()>, Token<_>))>>` to implement `combine::Parser<_>`
= note: 1 redundant requirement hidden
= note: required for `(Many1<_, Choice<(impl Parser<_, Output = Variable>, (Token<_>, impl Parser<_, Output = ()>, ...))>>, ...)` to implement `combine::parser::choice::ChoiceParser<_>`
note: required by a bound in `combine::choice`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/src/parser/choice.rs:555:8
|
552 | pub fn choice<Input, P>(ps: P) -> Choice<P>
| ------ required by a bound in this function
...
555 | P: ChoiceParser<Input>,
| ^^^^^^^^^^^^^^^^^^^ required by this bound in `choice`
= note: the full name for the type has been written to '/home/runner/work/rust-rdftk/rust-rdftk/target/debug/deps/rdftk_query-0978381fd52198b7.long-type-29291340268203247.txt'
= note: consider using `--verbose` to print the full type name to the console
= note: the full name for the type has been written to '/home/runner/work/rust-rdftk/rust-rdftk/target/debug/deps/rdftk_query-0978381fd52198b7.long-type-9551523116561890950.txt'
= note: consider using `--verbose` to print the full type name to the console
|
type mismatch resolving `<(Token<_>, impl Parser<_, Output = ()>, Token<_>) as Parser<_>>::Output == Variable`:
rdftk_query/src/sparql/parser/common.rs#L111
error[E0271]: type mismatch resolving `<(Token<_>, impl Parser<_, Output = ()>, Token<_>) as Parser<_>>::Output == Variable`
--> rdftk_query/src/sparql/parser/common.rs:111:19
|
111 | many1(choice((
| _____________-----_^
| | |
| | required by a bound introduced by this call
112 | | variable(),
113 | | (char('('), expression_as_var(), char(')')),
114 | | ))),
| |______________^ expected `Variable`, found `(_, (), _)`
|
= note: expected struct `sparql::Variable`
found tuple `(_, (), _)`
= note: required for `(impl Parser<_, Output = Variable>, (Token<_>, impl Parser<_, Output = ()>, Token<_>))` to implement `combine::parser::choice::ChoiceParser<_>`
= note: required for `Choice<(impl Parser<_, Output = Variable>, (Token<_>, impl Parser<_, Output = ()>, Token<_>))>` to implement `combine::Parser<_>`
note: required by a bound in `combine::many1`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/src/parser/repeat.rs:533:8
|
529 | pub fn many1<F, Input, P>(p: P) -> Many1<F, P>
| ----- required by a bound in this function
...
533 | P: Parser<Input>,
| ^^^^^^^^^^^^^ required by this bound in `many1`
= note: the full name for the type has been written to '/home/runner/work/rust-rdftk/rust-rdftk/target/debug/deps/rdftk_query-0978381fd52198b7.long-type-5592741352332502572.txt'
= note: consider using `--verbose` to print the full type name to the console
= note: the full name for the type has been written to '/home/runner/work/rust-rdftk/rust-rdftk/target/debug/deps/rdftk_query-0978381fd52198b7.long-type-16155247032091050319.txt'
= note: consider using `--verbose` to print the full type name to the console
|
type mismatch resolving `<(Token<_>, impl Parser<_, Output = ()>, Token<_>) as Parser<_>>::Output == Variable`:
rdftk_query/src/sparql/parser/common.rs#L111
error[E0271]: type mismatch resolving `<(Token<_>, impl Parser<_, Output = ()>, Token<_>) as Parser<_>>::Output == Variable`
--> rdftk_query/src/sparql/parser/common.rs:111:19
|
111 | many1(choice((
| _____________-----_^
| | |
| | required by a bound introduced by this call
112 | | variable(),
113 | | (char('('), expression_as_var(), char(')')),
114 | | ))),
| |______________^ expected `Variable`, found `(_, (), _)`
|
= note: expected struct `sparql::Variable`
found tuple `(_, (), _)`
= note: required for `(impl Parser<_, Output = Variable>, (Token<_>, impl Parser<_, Output = ()>, Token<_>))` to implement `combine::parser::choice::ChoiceParser<_>`
= note: required for `Choice<(impl Parser<_, Output = Variable>, (Token<_>, impl Parser<_, Output = ()>, Token<_>))>` to implement `combine::Parser<_>`
note: required by a bound in `combine::many1`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/src/parser/repeat.rs:533:8
|
529 | pub fn many1<F, Input, P>(p: P) -> Many1<F, P>
| ----- required by a bound in this function
...
533 | P: Parser<Input>,
| ^^^^^^^^^^^^^ required by this bound in `many1`
= note: the full name for the type has been written to '/home/runner/work/rust-rdftk/rust-rdftk/target/debug/deps/rdftk_query-3364eaccf50db5fb.long-type-10979204462987994287.txt'
= note: consider using `--verbose` to print the full type name to the console
= note: the full name for the type has been written to '/home/runner/work/rust-rdftk/rust-rdftk/target/debug/deps/rdftk_query-3364eaccf50db5fb.long-type-5012199380133371322.txt'
= note: consider using `--verbose` to print the full type name to the console
|
type mismatch resolving `<(Token<_>, impl Parser<_, Output = ()>, Token<_>) as Parser<_>>::Output == Variable`:
rdftk_query/src/sparql/parser/common.rs#L111
error[E0271]: type mismatch resolving `<(Token<_>, impl Parser<_, Output = ()>, Token<_>) as Parser<_>>::Output == Variable`
--> rdftk_query/src/sparql/parser/common.rs:111:13
|
111 | / many1(choice((
112 | | variable(),
113 | | (char('('), expression_as_var(), char(')')),
114 | | ))),
| |_______________^ expected `(_, (), _)`, found `Variable`
|
= note: expected tuple `(_, (), _)`
found struct `sparql::Variable`
= note: required for `(impl Parser<_, Output = Variable>, (Token<_>, impl Parser<_, Output = ()>, Token<_>))` to implement `combine::parser::choice::ChoiceParser<_>`
= note: the full name for the type has been written to '/home/runner/work/rust-rdftk/rust-rdftk/target/debug/deps/rdftk_query-0978381fd52198b7.long-type-16155247032091050319.txt'
= note: consider using `--verbose` to print the full type name to the console
|
type mismatch resolving `<(Token<_>, impl Parser<_, Output = ()>, Token<_>) as Parser<_>>::Output == Variable`:
rdftk_query/src/sparql/parser/common.rs#L111
error[E0271]: type mismatch resolving `<(Token<_>, impl Parser<_, Output = ()>, Token<_>) as Parser<_>>::Output == Variable`
--> rdftk_query/src/sparql/parser/common.rs:111:13
|
111 | / many1(choice((
112 | | variable(),
113 | | (char('('), expression_as_var(), char(')')),
114 | | ))),
| |_______________^ expected `(_, (), _)`, found `Variable`
|
= note: expected tuple `(_, (), _)`
found struct `sparql::Variable`
= note: required for `(impl Parser<_, Output = Variable>, (Token<_>, impl Parser<_, Output = ()>, Token<_>))` to implement `combine::parser::choice::ChoiceParser<_>`
= note: the full name for the type has been written to '/home/runner/work/rust-rdftk/rust-rdftk/target/debug/deps/rdftk_query-3364eaccf50db5fb.long-type-5012199380133371322.txt'
= note: consider using `--verbose` to print the full type name to the console
|
type mismatch resolving `<(Token<_>, impl Parser<_, Output = ()>, Token<_>) as Parser<_>>::Output == Variable`:
rdftk_query/src/sparql/parser/common.rs#L111
error[E0271]: type mismatch resolving `<(Token<_>, impl Parser<_, Output = ()>, Token<_>) as Parser<_>>::Output == Variable`
--> rdftk_query/src/sparql/parser/common.rs:111:26
|
111 | many1(choice((
| ___________________------_^
| | |
| | required by a bound introduced by this call
112 | | variable(),
113 | | (char('('), expression_as_var(), char(')')),
114 | | ))),
| |_____________^ expected `Variable`, found `(_, (), _)`
|
= note: expected struct `sparql::Variable`
found tuple `(_, (), _)`
= note: required for `(impl Parser<_, Output = Variable>, (Token<_>, impl Parser<_, Output = ()>, Token<_>))` to implement `combine::parser::choice::ChoiceParser<_>`
note: required by a bound in `combine::choice`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/src/parser/choice.rs:555:8
|
552 | pub fn choice<Input, P>(ps: P) -> Choice<P>
| ------ required by a bound in this function
...
555 | P: ChoiceParser<Input>,
| ^^^^^^^^^^^^^^^^^^^ required by this bound in `choice`
= note: the full name for the type has been written to '/home/runner/work/rust-rdftk/rust-rdftk/target/debug/deps/rdftk_query-3364eaccf50db5fb.long-type-8091908619948231815.txt'
= note: consider using `--verbose` to print the full type name to the console
|
type mismatch resolving `<(Token<_>, impl Parser<_, Output = ()>, Token<_>) as Parser<_>>::Output == Variable`:
rdftk_query/src/sparql/parser/common.rs#L111
error[E0271]: type mismatch resolving `<(Token<_>, impl Parser<_, Output = ()>, Token<_>) as Parser<_>>::Output == Variable`
--> rdftk_query/src/sparql/parser/common.rs:111:26
|
111 | many1(choice((
| ___________________------_^
| | |
| | required by a bound introduced by this call
112 | | variable(),
113 | | (char('('), expression_as_var(), char(')')),
114 | | ))),
| |_____________^ expected `Variable`, found `(_, (), _)`
|
= note: expected struct `sparql::Variable`
found tuple `(_, (), _)`
= note: required for `(impl Parser<_, Output = Variable>, (Token<_>, impl Parser<_, Output = ()>, Token<_>))` to implement `combine::parser::choice::ChoiceParser<_>`
note: required by a bound in `combine::choice`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/src/parser/choice.rs:555:8
|
552 | pub fn choice<Input, P>(ps: P) -> Choice<P>
| ------ required by a bound in this function
...
555 | P: ChoiceParser<Input>,
| ^^^^^^^^^^^^^^^^^^^ required by this bound in `choice`
= note: the full name for the type has been written to '/home/runner/work/rust-rdftk/rust-rdftk/target/debug/deps/rdftk_query-0978381fd52198b7.long-type-15673825021776705285.txt'
= note: consider using `--verbose` to print the full type name to the console
|
this function takes 1 argument but 0 arguments were supplied:
rdftk_query/src/sparql/parser/common.rs#L99
error[E0061]: this function takes 1 argument but 0 arguments were supplied
--> rdftk_query/src/sparql/parser/common.rs:99:5
|
99 | choice().with(value(())).expected("Query")
| ^^^^^^-- argument #1 is missing
|
note: function defined here
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/src/parser/choice.rs:552:8
|
552 | pub fn choice<Input, P>(ps: P) -> Choice<P>
| ^^^^^^
help: provide the argument
|
99 | choice(/* ps */).with(value(())).expected("Query")
| ~~~~~~~~~~
|
this function takes 1 argument but 0 arguments were supplied:
rdftk_query/src/sparql/parser/common.rs#L99
error[E0061]: this function takes 1 argument but 0 arguments were supplied
--> rdftk_query/src/sparql/parser/common.rs:99:5
|
99 | choice().with(value(())).expected("Query")
| ^^^^^^-- argument #1 is missing
|
note: function defined here
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/src/parser/choice.rs:552:8
|
552 | pub fn choice<Input, P>(ps: P) -> Choice<P>
| ^^^^^^
help: provide the argument
|
99 | choice(/* ps */).with(value(())).expected("Query")
| ~~~~~~~~~~
|
the method `with` exists for tuple `(impl Parser<_, Output = ()>, Optional<Choice<(impl Parser<_, Output = ()>, ...)>>, ...)`, but its trait bounds were not satisfied:
rdftk_query/src/sparql/parser/common.rs#L90
error[E0599]: the method `with` exists for tuple `(impl Parser<_, Output = ()>, Optional<Choice<(impl Parser<_, Output = ()>, ...)>>, ...)`, but its trait bounds were not satisfied
--> rdftk_query/src/sparql/parser/common.rs:90:10
|
79 | / (
80 | | keyword("select"),
81 | | optional(choice((keyword("distinct"), keyword("reduced")))),
82 | | choice((
... |
89 | | )
90 | | .with(value(()))
| | -^^^^ method cannot be called due to unsatisfied trait bounds
| |_________|
|
|
::: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/src/parser/choice.rs:354:1
|
354 | pub struct Choice<P>(P);
| -------------------- doesn't satisfy `_: Parser<_>`
|
= note: the full type name has been written to '/home/runner/work/rust-rdftk/rust-rdftk/target/debug/deps/rdftk_query-3364eaccf50db5fb.long-type-1720528605624766682.txt'
= note: consider using `--verbose` to print the full type name to the console
= note: the following trait bounds were not satisfied:
`combine::parser::choice::Choice<(combine::parser::repeat::Many1<_, combine::parser::choice::Choice<(impl combine::Parser<_, Output = sparql::Variable>, (combine::parser::token::Token<_>, impl combine::Parser<_, Output = ()>, combine::parser::token::Token<_>))>>, combine::parser::token::Token<_>)>: combine::Parser<_>`
which is required by `(impl combine::Parser<_, Output = ()>, combine::parser::choice::Optional<combine::parser::choice::Choice<(impl combine::Parser<_, Output = ()>, impl combine::Parser<_, Output = ()>)>>, combine::parser::choice::Choice<(combine::parser::repeat::Many1<_, combine::parser::choice::Choice<(impl combine::Parser<_, Output = sparql::Variable>, (combine::parser::token::Token<_>, impl combine::Parser<_, Output = ()>, combine::parser::token::Token<_>))>>, combine::parser::token::Token<_>)>): combine::Parser<_>`
`(impl combine::Parser<_, Output = ()>, combine::parser::choice::Optional<combine::parser::choice::Choice<(impl combine::Parser<_, Output = ()>, impl combine::Parser<_, Output = ()>)>>, combine::parser::choice::Choice<(combine::parser::repeat::Many1<_, combine::parser::choice::Choice<(impl combine::Parser<_, Output = sparql::Variable>, (combine::parser::token::Token<_>, impl combine::Parser<_, Output = ()>, combine::parser::token::Token<_>))>>, combine::parser::token::Token<_>)>): combine::Parser<_>`
which is required by `&mut (impl combine::Parser<_, Output = ()>, combine::parser::choice::Optional<combine::parser::choice::Choice<(impl combine::Parser<_, Output = ()>, impl combine::Parser<_, Output = ()>)>>, combine::parser::choice::Choice<(combine::parser::repeat::Many1<_, combine::parser::choice::Choice<(impl combine::Parser<_, Output = sparql::Variable>, (combine::parser::token::Token<_>, impl combine::Parser<_, Output = ()>, combine::parser::token::Token<_>))>>, combine::parser::token::Token<_>)>): combine::Parser<_>`
|
the method `with` exists for tuple `(impl Parser<_, Output = ()>, Optional<Choice<(impl Parser<_, Output = ()>, ...)>>, ...)`, but its trait bounds were not satisfied:
rdftk_query/src/sparql/parser/common.rs#L90
error[E0599]: the method `with` exists for tuple `(impl Parser<_, Output = ()>, Optional<Choice<(impl Parser<_, Output = ()>, ...)>>, ...)`, but its trait bounds were not satisfied
--> rdftk_query/src/sparql/parser/common.rs:90:10
|
79 | / (
80 | | keyword("select"),
81 | | optional(choice((keyword("distinct"), keyword("reduced")))),
82 | | choice((
... |
89 | | )
90 | | .with(value(()))
| | -^^^^ method cannot be called due to unsatisfied trait bounds
| |_________|
|
|
::: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/src/parser/choice.rs:354:1
|
354 | pub struct Choice<P>(P);
| -------------------- doesn't satisfy `_: Parser<_>`
|
= note: the full type name has been written to '/home/runner/work/rust-rdftk/rust-rdftk/target/debug/deps/rdftk_query-0978381fd52198b7.long-type-10067559197680920841.txt'
= note: consider using `--verbose` to print the full type name to the console
= note: the following trait bounds were not satisfied:
`combine::parser::choice::Choice<(combine::parser::repeat::Many1<_, combine::parser::choice::Choice<(impl combine::Parser<_, Output = sparql::Variable>, (combine::parser::token::Token<_>, impl combine::Parser<_, Output = ()>, combine::parser::token::Token<_>))>>, combine::parser::token::Token<_>)>: combine::Parser<_>`
which is required by `(impl combine::Parser<_, Output = ()>, combine::parser::choice::Optional<combine::parser::choice::Choice<(impl combine::Parser<_, Output = ()>, impl combine::Parser<_, Output = ()>)>>, combine::parser::choice::Choice<(combine::parser::repeat::Many1<_, combine::parser::choice::Choice<(impl combine::Parser<_, Output = sparql::Variable>, (combine::parser::token::Token<_>, impl combine::Parser<_, Output = ()>, combine::parser::token::Token<_>))>>, combine::parser::token::Token<_>)>): combine::Parser<_>`
`(impl combine::Parser<_, Output = ()>, combine::parser::choice::Optional<combine::parser::choice::Choice<(impl combine::Parser<_, Output = ()>, impl combine::Parser<_, Output = ()>)>>, combine::parser::choice::Choice<(combine::parser::repeat::Many1<_, combine::parser::choice::Choice<(impl combine::Parser<_, Output = sparql::Variable>, (combine::parser::token::Token<_>, impl combine::Parser<_, Output = ()>, combine::parser::token::Token<_>))>>, combine::parser::token::Token<_>)>): combine::Parser<_>`
which is required by `&mut (impl combine::Parser<_, Output = ()>, combine::parser::choice::Optional<combine::parser::choice::Choice<(impl combine::Parser<_, Output = ()>, impl combine::Parser<_, Output = ()>)>>, combine::parser::choice::Choice<(combine::parser::repeat::Many1<_, combine::parser::choice::Choice<(impl combine::Parser<_, Output = sparql::Variable>, (combine::parser::token::Token<_>, impl combine::Parser<_, Output = ()>, combine::parser::token::Token<_>))>>, combine::parser::token::Token<_>)>): combine::Parser<_>`
|
type mismatch resolving `<(Token<_>, impl Parser<_, Output = ()>, Token<_>) as Parser<_>>::Output == Variable`:
rdftk_query/src/sparql/parser/common.rs#L82
error[E0271]: type mismatch resolving `<(Token<_>, impl Parser<_, Output = ()>, Token<_>) as Parser<_>>::Output == Variable`
--> rdftk_query/src/sparql/parser/common.rs:82:16
|
82 | choice((
| _________------_^
| | |
| | required by a bound introduced by this call
83 | | many1(choice((
84 | | variable(),
85 | | (char('('), expression_as_var(), char(')')),
86 | | ))),
87 | | char('*'),
88 | | )),
| |_________^ expected `Variable`, found `(_, (), _)`
|
= note: expected struct `sparql::Variable`
found tuple `(_, (), _)`
= note: required for `(impl Parser<_, Output = Variable>, (Token<_>, impl Parser<_, Output = ()>, Token<_>))` to implement `combine::parser::choice::ChoiceParser<_>`
= note: required for `Many1<_, Choice<(impl Parser<_, Output = Variable>, (Token<_>, impl Parser<_, Output = ()>, Token<_>))>>` to implement `combine::Parser<_>`
= note: 1 redundant requirement hidden
= note: required for `(Many1<_, Choice<(impl Parser<_, Output = Variable>, (Token<_>, impl Parser<_, Output = ()>, ...))>>, ...)` to implement `combine::parser::choice::ChoiceParser<_>`
note: required by a bound in `combine::choice`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/src/parser/choice.rs:555:8
|
552 | pub fn choice<Input, P>(ps: P) -> Choice<P>
| ------ required by a bound in this function
...
555 | P: ChoiceParser<Input>,
| ^^^^^^^^^^^^^^^^^^^ required by this bound in `choice`
= note: the full name for the type has been written to '/home/runner/work/rust-rdftk/rust-rdftk/target/debug/deps/rdftk_query-3364eaccf50db5fb.long-type-2061262480060829566.txt'
= note: consider using `--verbose` to print the full type name to the console
= note: the full name for the type has been written to '/home/runner/work/rust-rdftk/rust-rdftk/target/debug/deps/rdftk_query-3364eaccf50db5fb.long-type-6549786872548799584.txt'
= note: consider using `--verbose` to print the full type name to the console
|
type mismatch resolving `<(Token<_>, impl Parser<_, Output = ()>, Token<_>) as Parser<_>>::Output == Variable`:
rdftk_query/src/sparql/parser/common.rs#L83
error[E0271]: type mismatch resolving `<(Token<_>, impl Parser<_, Output = ()>, Token<_>) as Parser<_>>::Output == Variable`
--> rdftk_query/src/sparql/parser/common.rs:83:19
|
83 | many1(choice((
| _____________-----_^
| | |
| | required by a bound introduced by this call
84 | | variable(),
85 | | (char('('), expression_as_var(), char(')')),
86 | | ))),
| |______________^ expected `Variable`, found `(_, (), _)`
|
= note: expected struct `sparql::Variable`
found tuple `(_, (), _)`
= note: required for `(impl Parser<_, Output = Variable>, (Token<_>, impl Parser<_, Output = ()>, Token<_>))` to implement `combine::parser::choice::ChoiceParser<_>`
= note: required for `Choice<(impl Parser<_, Output = Variable>, (Token<_>, impl Parser<_, Output = ()>, Token<_>))>` to implement `combine::Parser<_>`
note: required by a bound in `combine::many1`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/src/parser/repeat.rs:533:8
|
529 | pub fn many1<F, Input, P>(p: P) -> Many1<F, P>
| ----- required by a bound in this function
...
533 | P: Parser<Input>,
| ^^^^^^^^^^^^^ required by this bound in `many1`
= note: the full name for the type has been written to '/home/runner/work/rust-rdftk/rust-rdftk/target/debug/deps/rdftk_query-3364eaccf50db5fb.long-type-14703680220065075258.txt'
= note: consider using `--verbose` to print the full type name to the console
= note: the full name for the type has been written to '/home/runner/work/rust-rdftk/rust-rdftk/target/debug/deps/rdftk_query-3364eaccf50db5fb.long-type-15741096019094007525.txt'
= note: consider using `--verbose` to print the full type name to the console
|
type mismatch resolving `<(Token<_>, impl Parser<_, Output = ()>, Token<_>) as Parser<_>>::Output == Variable`:
rdftk_query/src/sparql/parser/common.rs#L83
error[E0271]: type mismatch resolving `<(Token<_>, impl Parser<_, Output = ()>, Token<_>) as Parser<_>>::Output == Variable`
--> rdftk_query/src/sparql/parser/common.rs:83:13
|
83 | / many1(choice((
84 | | variable(),
85 | | (char('('), expression_as_var(), char(')')),
86 | | ))),
| |_______________^ expected `(_, (), _)`, found `Variable`
|
= note: expected tuple `(_, (), _)`
found struct `sparql::Variable`
= note: required for `(impl Parser<_, Output = Variable>, (Token<_>, impl Parser<_, Output = ()>, Token<_>))` to implement `combine::parser::choice::ChoiceParser<_>`
= note: the full name for the type has been written to '/home/runner/work/rust-rdftk/rust-rdftk/target/debug/deps/rdftk_query-3364eaccf50db5fb.long-type-15741096019094007525.txt'
= note: consider using `--verbose` to print the full type name to the console
|
type mismatch resolving `<(Token<_>, impl Parser<_, Output = ()>, Token<_>) as Parser<_>>::Output == Variable`:
rdftk_query/src/sparql/parser/common.rs#L83
error[E0271]: type mismatch resolving `<(Token<_>, impl Parser<_, Output = ()>, Token<_>) as Parser<_>>::Output == Variable`
--> rdftk_query/src/sparql/parser/common.rs:83:26
|
83 | many1(choice((
| ___________________------_^
| | |
| | required by a bound introduced by this call
84 | | variable(),
85 | | (char('('), expression_as_var(), char(')')),
86 | | ))),
| |_____________^ expected `Variable`, found `(_, (), _)`
|
= note: expected struct `sparql::Variable`
found tuple `(_, (), _)`
= note: required for `(impl Parser<_, Output = Variable>, (Token<_>, impl Parser<_, Output = ()>, Token<_>))` to implement `combine::parser::choice::ChoiceParser<_>`
note: required by a bound in `combine::choice`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/src/parser/choice.rs:555:8
|
552 | pub fn choice<Input, P>(ps: P) -> Choice<P>
| ------ required by a bound in this function
...
555 | P: ChoiceParser<Input>,
| ^^^^^^^^^^^^^^^^^^^ required by this bound in `choice`
= note: the full name for the type has been written to '/home/runner/work/rust-rdftk/rust-rdftk/target/debug/deps/rdftk_query-3364eaccf50db5fb.long-type-502585483770091848.txt'
= note: consider using `--verbose` to print the full type name to the console
|
type mismatch resolving `<(Token<_>, impl Parser<_, Output = ()>, Token<_>) as Parser<_>>::Output == Variable`:
rdftk_query/src/sparql/parser/common.rs#L82
error[E0271]: type mismatch resolving `<(Token<_>, impl Parser<_, Output = ()>, Token<_>) as Parser<_>>::Output == Variable`
--> rdftk_query/src/sparql/parser/common.rs:82:16
|
82 | choice((
| _________------_^
| | |
| | required by a bound introduced by this call
83 | | many1(choice((
84 | | variable(),
85 | | (char('('), expression_as_var(), char(')')),
86 | | ))),
87 | | char('*'),
88 | | )),
| |_________^ expected `Variable`, found `(_, (), _)`
|
= note: expected struct `sparql::Variable`
found tuple `(_, (), _)`
= note: required for `(impl Parser<_, Output = Variable>, (Token<_>, impl Parser<_, Output = ()>, Token<_>))` to implement `combine::parser::choice::ChoiceParser<_>`
= note: required for `Many1<_, Choice<(impl Parser<_, Output = Variable>, (Token<_>, impl Parser<_, Output = ()>, Token<_>))>>` to implement `combine::Parser<_>`
= note: 1 redundant requirement hidden
= note: required for `(Many1<_, Choice<(impl Parser<_, Output = Variable>, (Token<_>, impl Parser<_, Output = ()>, ...))>>, ...)` to implement `combine::parser::choice::ChoiceParser<_>`
note: required by a bound in `combine::choice`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/src/parser/choice.rs:555:8
|
552 | pub fn choice<Input, P>(ps: P) -> Choice<P>
| ------ required by a bound in this function
...
555 | P: ChoiceParser<Input>,
| ^^^^^^^^^^^^^^^^^^^ required by this bound in `choice`
= note: the full name for the type has been written to '/home/runner/work/rust-rdftk/rust-rdftk/target/debug/deps/rdftk_query-0978381fd52198b7.long-type-15685098269656146338.txt'
= note: consider using `--verbose` to print the full type name to the console
= note: the full name for the type has been written to '/home/runner/work/rust-rdftk/rust-rdftk/target/debug/deps/rdftk_query-0978381fd52198b7.long-type-1398654809750626202.txt'
= note: consider using `--verbose` to print the full type name to the console
|
type mismatch resolving `<(Token<_>, impl Parser<_, Output = ()>, Token<_>) as Parser<_>>::Output == Variable`:
rdftk_query/src/sparql/parser/common.rs#L83
error[E0271]: type mismatch resolving `<(Token<_>, impl Parser<_, Output = ()>, Token<_>) as Parser<_>>::Output == Variable`
--> rdftk_query/src/sparql/parser/common.rs:83:19
|
83 | many1(choice((
| _____________-----_^
| | |
| | required by a bound introduced by this call
84 | | variable(),
85 | | (char('('), expression_as_var(), char(')')),
86 | | ))),
| |______________^ expected `Variable`, found `(_, (), _)`
|
= note: expected struct `sparql::Variable`
found tuple `(_, (), _)`
= note: required for `(impl Parser<_, Output = Variable>, (Token<_>, impl Parser<_, Output = ()>, Token<_>))` to implement `combine::parser::choice::ChoiceParser<_>`
= note: required for `Choice<(impl Parser<_, Output = Variable>, (Token<_>, impl Parser<_, Output = ()>, Token<_>))>` to implement `combine::Parser<_>`
note: required by a bound in `combine::many1`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/src/parser/repeat.rs:533:8
|
529 | pub fn many1<F, Input, P>(p: P) -> Many1<F, P>
| ----- required by a bound in this function
...
533 | P: Parser<Input>,
| ^^^^^^^^^^^^^ required by this bound in `many1`
= note: the full name for the type has been written to '/home/runner/work/rust-rdftk/rust-rdftk/target/debug/deps/rdftk_query-0978381fd52198b7.long-type-8324832124970589526.txt'
= note: consider using `--verbose` to print the full type name to the console
= note: the full name for the type has been written to '/home/runner/work/rust-rdftk/rust-rdftk/target/debug/deps/rdftk_query-0978381fd52198b7.long-type-9030699210642972557.txt'
= note: consider using `--verbose` to print the full type name to the console
|
type mismatch resolving `<(Token<_>, impl Parser<_, Output = ()>, Token<_>) as Parser<_>>::Output == Variable`:
rdftk_query/src/sparql/parser/common.rs#L83
error[E0271]: type mismatch resolving `<(Token<_>, impl Parser<_, Output = ()>, Token<_>) as Parser<_>>::Output == Variable`
--> rdftk_query/src/sparql/parser/common.rs:83:13
|
83 | / many1(choice((
84 | | variable(),
85 | | (char('('), expression_as_var(), char(')')),
86 | | ))),
| |_______________^ expected `(_, (), _)`, found `Variable`
|
= note: expected tuple `(_, (), _)`
found struct `sparql::Variable`
= note: required for `(impl Parser<_, Output = Variable>, (Token<_>, impl Parser<_, Output = ()>, Token<_>))` to implement `combine::parser::choice::ChoiceParser<_>`
= note: the full name for the type has been written to '/home/runner/work/rust-rdftk/rust-rdftk/target/debug/deps/rdftk_query-0978381fd52198b7.long-type-9030699210642972557.txt'
= note: consider using `--verbose` to print the full type name to the console
|
the method `with` exists for struct `Choice<(impl Parser<_, Output = (Option<String>, String)>, impl Parser<_, Output = Option<String>>)>`, but its trait bounds were not satisfied:
rdftk_query/src/sparql/parser/common.rs#L55
error[E0599]: the method `with` exists for struct `Choice<(impl Parser<_, Output = (Option<String>, String)>, impl Parser<_, Output = Option<String>>)>`, but its trait bounds were not satisfied
--> rdftk_query/src/sparql/parser/common.rs:55:10
|
54 | / choice((prefixed_name_local_name(), prefixed_name_namespace()))
55 | | .with(value(()))
| | -^^^^ method cannot be called due to unsatisfied trait bounds
| |_________|
|
|
::: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/src/parser/choice.rs:354:1
|
354 | pub struct Choice<P>(P);
| -------------------- doesn't satisfy `_: Parser<_>`
|
= note: the full type name has been written to '/home/runner/work/rust-rdftk/rust-rdftk/target/debug/deps/rdftk_query-3364eaccf50db5fb.long-type-5808744920897699134.txt'
= note: consider using `--verbose` to print the full type name to the console
= note: the following trait bounds were not satisfied:
`(impl combine::Parser<_, Output = (std::option::Option<std::string::String>, std::string::String)>, impl combine::Parser<_, Output = std::option::Option<std::string::String>>): combine::parser::choice::ChoiceParser<_>`
which is required by `combine::parser::choice::Choice<(impl combine::Parser<_, Output = (std::option::Option<std::string::String>, std::string::String)>, impl combine::Parser<_, Output = std::option::Option<std::string::String>>)>: combine::Parser<_>`
`combine::parser::choice::Choice<(impl combine::Parser<_, Output = (std::option::Option<std::string::String>, std::string::String)>, impl combine::Parser<_, Output = std::option::Option<std::string::String>>)>: combine::Parser<_>`
which is required by `&mut combine::parser::choice::Choice<(impl combine::Parser<_, Output = (std::option::Option<std::string::String>, std::string::String)>, impl combine::Parser<_, Output = std::option::Option<std::string::String>>)>: combine::Parser<_>`
|
type mismatch resolving `<(Token<_>, impl Parser<_, Output = ()>, Token<_>) as Parser<_>>::Output == Variable`:
rdftk_query/src/sparql/parser/common.rs#L83
error[E0271]: type mismatch resolving `<(Token<_>, impl Parser<_, Output = ()>, Token<_>) as Parser<_>>::Output == Variable`
--> rdftk_query/src/sparql/parser/common.rs:83:26
|
83 | many1(choice((
| ___________________------_^
| | |
| | required by a bound introduced by this call
84 | | variable(),
85 | | (char('('), expression_as_var(), char(')')),
86 | | ))),
| |_____________^ expected `Variable`, found `(_, (), _)`
|
= note: expected struct `sparql::Variable`
found tuple `(_, (), _)`
= note: required for `(impl Parser<_, Output = Variable>, (Token<_>, impl Parser<_, Output = ()>, Token<_>))` to implement `combine::parser::choice::ChoiceParser<_>`
note: required by a bound in `combine::choice`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/src/parser/choice.rs:555:8
|
552 | pub fn choice<Input, P>(ps: P) -> Choice<P>
| ------ required by a bound in this function
...
555 | P: ChoiceParser<Input>,
| ^^^^^^^^^^^^^^^^^^^ required by this bound in `choice`
= note: the full name for the type has been written to '/home/runner/work/rust-rdftk/rust-rdftk/target/debug/deps/rdftk_query-0978381fd52198b7.long-type-1316671878871501735.txt'
= note: consider using `--verbose` to print the full type name to the console
|
the method `with` exists for struct `Choice<(impl Parser<_, Output = (Option<String>, String)>, impl Parser<_, Output = Option<String>>)>`, but its trait bounds were not satisfied:
rdftk_query/src/sparql/parser/common.rs#L55
error[E0599]: the method `with` exists for struct `Choice<(impl Parser<_, Output = (Option<String>, String)>, impl Parser<_, Output = Option<String>>)>`, but its trait bounds were not satisfied
--> rdftk_query/src/sparql/parser/common.rs:55:10
|
54 | / choice((prefixed_name_local_name(), prefixed_name_namespace()))
55 | | .with(value(()))
| | -^^^^ method cannot be called due to unsatisfied trait bounds
| |_________|
|
|
::: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/src/parser/choice.rs:354:1
|
354 | pub struct Choice<P>(P);
| -------------------- doesn't satisfy `_: Parser<_>`
|
= note: the full type name has been written to '/home/runner/work/rust-rdftk/rust-rdftk/target/debug/deps/rdftk_query-0978381fd52198b7.long-type-516184547286404193.txt'
= note: consider using `--verbose` to print the full type name to the console
= note: the following trait bounds were not satisfied:
`(impl combine::Parser<_, Output = (std::option::Option<std::string::String>, std::string::String)>, impl combine::Parser<_, Output = std::option::Option<std::string::String>>): combine::parser::choice::ChoiceParser<_>`
which is required by `combine::parser::choice::Choice<(impl combine::Parser<_, Output = (std::option::Option<std::string::String>, std::string::String)>, impl combine::Parser<_, Output = std::option::Option<std::string::String>>)>: combine::Parser<_>`
`combine::parser::choice::Choice<(impl combine::Parser<_, Output = (std::option::Option<std::string::String>, std::string::String)>, impl combine::Parser<_, Output = std::option::Option<std::string::String>>)>: combine::Parser<_>`
which is required by `&mut combine::parser::choice::Choice<(impl combine::Parser<_, Output = (std::option::Option<std::string::String>, std::string::String)>, impl combine::Parser<_, Output = std::option::Option<std::string::String>>)>: combine::Parser<_>`
|
type mismatch resolving `<impl Parser<_, Output = Option<String>> as Parser<_>>::Output == (Option<String>, String)`:
rdftk_query/src/sparql/parser/common.rs#L54
error[E0271]: type mismatch resolving `<impl Parser<_, Output = Option<String>> as Parser<_>>::Output == (Option<String>, String)`
--> rdftk_query/src/sparql/parser/common.rs:54:12
|
54 | choice((prefixed_name_local_name(), prefixed_name_namespace()))
| ------ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `(Option<String>, String)`, found `Option<String>`
| |
| required by a bound introduced by this call
|
= note: expected tuple `(std::option::Option<std::string::String>, std::string::String)`
found enum `std::option::Option<std::string::String>`
= note: required for `(impl Parser<_, Output = (Option<String>, String)>, impl Parser<_, Output = Option<String>>)` to implement `combine::parser::choice::ChoiceParser<_>`
note: required by a bound in `combine::choice`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/src/parser/choice.rs:555:8
|
552 | pub fn choice<Input, P>(ps: P) -> Choice<P>
| ------ required by a bound in this function
...
555 | P: ChoiceParser<Input>,
| ^^^^^^^^^^^^^^^^^^^ required by this bound in `choice`
= note: the full name for the type has been written to '/home/runner/work/rust-rdftk/rust-rdftk/target/debug/deps/rdftk_query-3364eaccf50db5fb.long-type-6175563772177056446.txt'
= note: consider using `--verbose` to print the full type name to the console
|
the method `with` exists for struct `Choice<(impl Parser<_, Output = String>, impl Parser<_, Output = ()>)>`, but its trait bounds were not satisfied:
rdftk_query/src/sparql/parser/common.rs#L45
error[E0599]: the method `with` exists for struct `Choice<(impl Parser<_, Output = String>, impl Parser<_, Output = ()>)>`, but its trait bounds were not satisfied
--> rdftk_query/src/sparql/parser/common.rs:45:10
|
44 | / choice((iri_ref(), prefixed_name()))
45 | | .with(value(()))
| | -^^^^ method cannot be called due to unsatisfied trait bounds
| |_________|
|
|
::: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/src/parser/choice.rs:354:1
|
354 | pub struct Choice<P>(P);
| -------------------- doesn't satisfy `_: Parser<_>`
|
= note: the following trait bounds were not satisfied:
`(impl combine::Parser<_, Output = std::string::String>, impl combine::Parser<_, Output = ()>): combine::parser::choice::ChoiceParser<_>`
which is required by `combine::parser::choice::Choice<(impl combine::Parser<_, Output = std::string::String>, impl combine::Parser<_, Output = ()>)>: combine::Parser<_>`
`combine::parser::choice::Choice<(impl combine::Parser<_, Output = std::string::String>, impl combine::Parser<_, Output = ()>)>: combine::Parser<_>`
which is required by `&mut combine::parser::choice::Choice<(impl combine::Parser<_, Output = std::string::String>, impl combine::Parser<_, Output = ()>)>: combine::Parser<_>`
|
type mismatch resolving `<impl Parser<_, Output = Option<String>> as Parser<_>>::Output == (Option<String>, String)`:
rdftk_query/src/sparql/parser/common.rs#L54
error[E0271]: type mismatch resolving `<impl Parser<_, Output = Option<String>> as Parser<_>>::Output == (Option<String>, String)`
--> rdftk_query/src/sparql/parser/common.rs:54:12
|
54 | choice((prefixed_name_local_name(), prefixed_name_namespace()))
| ------ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `(Option<String>, String)`, found `Option<String>`
| |
| required by a bound introduced by this call
|
= note: expected tuple `(std::option::Option<std::string::String>, std::string::String)`
found enum `std::option::Option<std::string::String>`
= note: required for `(impl Parser<_, Output = (Option<String>, String)>, impl Parser<_, Output = Option<String>>)` to implement `combine::parser::choice::ChoiceParser<_>`
note: required by a bound in `combine::choice`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/src/parser/choice.rs:555:8
|
552 | pub fn choice<Input, P>(ps: P) -> Choice<P>
| ------ required by a bound in this function
...
555 | P: ChoiceParser<Input>,
| ^^^^^^^^^^^^^^^^^^^ required by this bound in `choice`
= note: the full name for the type has been written to '/home/runner/work/rust-rdftk/rust-rdftk/target/debug/deps/rdftk_query-0978381fd52198b7.long-type-10456655725927888945.txt'
= note: consider using `--verbose` to print the full type name to the console
|
the method `with` exists for struct `Choice<(impl Parser<_, Output = String>, impl Parser<_, Output = ()>)>`, but its trait bounds were not satisfied:
rdftk_query/src/sparql/parser/common.rs#L45
error[E0599]: the method `with` exists for struct `Choice<(impl Parser<_, Output = String>, impl Parser<_, Output = ()>)>`, but its trait bounds were not satisfied
--> rdftk_query/src/sparql/parser/common.rs:45:10
|
44 | / choice((iri_ref(), prefixed_name()))
45 | | .with(value(()))
| | -^^^^ method cannot be called due to unsatisfied trait bounds
| |_________|
|
|
::: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/src/parser/choice.rs:354:1
|
354 | pub struct Choice<P>(P);
| -------------------- doesn't satisfy `_: Parser<_>`
|
= note: the following trait bounds were not satisfied:
`(impl combine::Parser<_, Output = std::string::String>, impl combine::Parser<_, Output = ()>): combine::parser::choice::ChoiceParser<_>`
which is required by `combine::parser::choice::Choice<(impl combine::Parser<_, Output = std::string::String>, impl combine::Parser<_, Output = ()>)>: combine::Parser<_>`
`combine::parser::choice::Choice<(impl combine::Parser<_, Output = std::string::String>, impl combine::Parser<_, Output = ()>)>: combine::Parser<_>`
which is required by `&mut combine::parser::choice::Choice<(impl combine::Parser<_, Output = std::string::String>, impl combine::Parser<_, Output = ()>)>: combine::Parser<_>`
|
type mismatch resolving `<impl Parser<_, Output = ()> as Parser<_>>::Output == String`:
rdftk_query/src/sparql/parser/common.rs#L44
error[E0271]: type mismatch resolving `<impl Parser<_, Output = ()> as Parser<_>>::Output == String`
--> rdftk_query/src/sparql/parser/common.rs:44:12
|
44 | choice((iri_ref(), prefixed_name()))
| ------ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `String`, found `()`
| |
| required by a bound introduced by this call
|
= note: required for `(impl combine::Parser<_, Output = std::string::String>, impl combine::Parser<_, Output = ()>)` to implement `combine::parser::choice::ChoiceParser<_>`
note: required by a bound in `combine::choice`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/src/parser/choice.rs:555:8
|
552 | pub fn choice<Input, P>(ps: P) -> Choice<P>
| ------ required by a bound in this function
...
555 | P: ChoiceParser<Input>,
| ^^^^^^^^^^^^^^^^^^^ required by this bound in `choice`
|
type mismatch resolving `<impl Parser<_, Output = ()> as Parser<_>>::Output == String`:
rdftk_query/src/sparql/parser/common.rs#L44
error[E0271]: type mismatch resolving `<impl Parser<_, Output = ()> as Parser<_>>::Output == String`
--> rdftk_query/src/sparql/parser/common.rs:44:12
|
44 | choice((iri_ref(), prefixed_name()))
| ------ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `String`, found `()`
| |
| required by a bound introduced by this call
|
= note: required for `(impl combine::Parser<_, Output = std::string::String>, impl combine::Parser<_, Output = ()>)` to implement `combine::parser::choice::ChoiceParser<_>`
note: required by a bound in `combine::choice`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/src/parser/choice.rs:555:8
|
552 | pub fn choice<Input, P>(ps: P) -> Choice<P>
| ------ required by a bound in this function
...
555 | P: ChoiceParser<Input>,
| ^^^^^^^^^^^^^^^^^^^ required by this bound in `choice`
|
the method `with` exists for struct `Many<_, Choice<(impl Parser<_, Output = String>, impl Parser<_, Output = (Option<String>, String)>)>>`, but its trait bounds were not satisfied:
rdftk_query/src/sparql/parser/common.rs#L35
error[E0599]: the method `with` exists for struct `Many<_, Choice<(impl Parser<_, Output = String>, impl Parser<_, Output = (Option<String>, String)>)>>`, but its trait bounds were not satisfied
--> rdftk_query/src/sparql/parser/common.rs:35:10
|
34 | / many(choice((base_decl(), prefix_decl())))
35 | | .with(value(()))
| | -^^^^ method cannot be called due to unsatisfied trait bounds
| |_________|
|
|
::: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/src/parser/choice.rs:354:1
|
354 | pub struct Choice<P>(P);
| -------------------- doesn't satisfy `_: Parser<_>`
|
::: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/src/parser/repeat.rs:378:1
|
378 | pub struct Many<F, P>(P, PhantomData<F>);
| --------------------- doesn't satisfy `_: Parser<_>`
|
= note: the full type name has been written to '/home/runner/work/rust-rdftk/rust-rdftk/target/debug/deps/rdftk_query-0978381fd52198b7.long-type-1154062352271760638.txt'
= note: consider using `--verbose` to print the full type name to the console
= note: the following trait bounds were not satisfied:
`combine::parser::choice::Choice<(impl combine::Parser<_, Output = std::string::String>, impl combine::Parser<_, Output = (std::option::Option<std::string::String>, std::string::String)>)>: combine::Parser<_>`
which is required by `combine::parser::repeat::Many<_, combine::parser::choice::Choice<(impl combine::Parser<_, Output = std::string::String>, impl combine::Parser<_, Output = (std::option::Option<std::string::String>, std::string::String)>)>>: combine::Parser<_>`
`(impl combine::Parser<_, Output = std::string::String>, impl combine::Parser<_, Output = (std::option::Option<std::string::String>, std::string::String)>): combine::parser::choice::ChoiceParser<_>`
which is required by `combine::parser::repeat::Many<_, combine::parser::choice::Choice<(impl combine::Parser<_, Output = std::string::String>, impl combine::Parser<_, Output = (std::option::Option<std::string::String>, std::string::String)>)>>: combine::Parser<_>`
`combine::parser::repeat::Many<_, combine::parser::choice::Choice<(impl combine::Parser<_, Output = std::string::String>, impl combine::Parser<_, Output = (std::option::Option<std::string::String>, std::string::String)>)>>: combine::Parser<_>`
which is required by `&mut combine::parser::repeat::Many<_, combine::parser::choice::Choice<(impl combine::Parser<_, Output = std::string::String>, impl combine::Parser<_, Output = (std::option::Option<std::string::String>, std::string::String)>)>>: combine::Parser<_>`
|
the method `with` exists for struct `Many<_, Choice<(impl Parser<_, Output = String>, impl Parser<_, Output = (Option<String>, String)>)>>`, but its trait bounds were not satisfied:
rdftk_query/src/sparql/parser/common.rs#L35
error[E0599]: the method `with` exists for struct `Many<_, Choice<(impl Parser<_, Output = String>, impl Parser<_, Output = (Option<String>, String)>)>>`, but its trait bounds were not satisfied
--> rdftk_query/src/sparql/parser/common.rs:35:10
|
34 | / many(choice((base_decl(), prefix_decl())))
35 | | .with(value(()))
| | -^^^^ method cannot be called due to unsatisfied trait bounds
| |_________|
|
|
::: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/src/parser/choice.rs:354:1
|
354 | pub struct Choice<P>(P);
| -------------------- doesn't satisfy `_: Parser<_>`
|
::: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/src/parser/repeat.rs:378:1
|
378 | pub struct Many<F, P>(P, PhantomData<F>);
| --------------------- doesn't satisfy `_: Parser<_>`
|
= note: the full type name has been written to '/home/runner/work/rust-rdftk/rust-rdftk/target/debug/deps/rdftk_query-3364eaccf50db5fb.long-type-11596869800661635554.txt'
= note: consider using `--verbose` to print the full type name to the console
= note: the following trait bounds were not satisfied:
`combine::parser::choice::Choice<(impl combine::Parser<_, Output = std::string::String>, impl combine::Parser<_, Output = (std::option::Option<std::string::String>, std::string::String)>)>: combine::Parser<_>`
which is required by `combine::parser::repeat::Many<_, combine::parser::choice::Choice<(impl combine::Parser<_, Output = std::string::String>, impl combine::Parser<_, Output = (std::option::Option<std::string::String>, std::string::String)>)>>: combine::Parser<_>`
`(impl combine::Parser<_, Output = std::string::String>, impl combine::Parser<_, Output = (std::option::Option<std::string::String>, std::string::String)>): combine::parser::choice::ChoiceParser<_>`
which is required by `combine::parser::repeat::Many<_, combine::parser::choice::Choice<(impl combine::Parser<_, Output = std::string::String>, impl combine::Parser<_, Output = (std::option::Option<std::string::String>, std::string::String)>)>>: combine::Parser<_>`
`combine::parser::repeat::Many<_, combine::parser::choice::Choice<(impl combine::Parser<_, Output = std::string::String>, impl combine::Parser<_, Output = (std::option::Option<std::string::String>, std::string::String)>)>>: combine::Parser<_>`
which is required by `&mut combine::parser::repeat::Many<_, combine::parser::choice::Choice<(impl combine::Parser<_, Output = std::string::String>, impl combine::Parser<_, Output = (std::option::Option<std::string::String>, std::string::String)>)>>: combine::Parser<_>`
|
type mismatch resolving `<impl Parser<_, Output = (Option<String>, String)> as Parser<_>>::Output == String`:
rdftk_query/src/sparql/parser/common.rs#L34
error[E0271]: type mismatch resolving `<impl Parser<_, Output = (Option<String>, String)> as Parser<_>>::Output == String`
--> rdftk_query/src/sparql/parser/common.rs:34:10
|
34 | many(choice((base_decl(), prefix_decl())))
| ---- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `String`, found `(Option<String>, String)`
| |
| required by a bound introduced by this call
|
= note: expected struct `std::string::String`
found tuple `(std::option::Option<std::string::String>, std::string::String)`
= note: required for `(impl Parser<_, Output = String>, impl Parser<_, Output = (Option<String>, String)>)` to implement `combine::parser::choice::ChoiceParser<_>`
= note: required for `Choice<(impl Parser<_, Output = String>, impl Parser<_, Output = (Option<String>, String)>)>` to implement `combine::Parser<_>`
note: required by a bound in `combine::many`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/src/parser/repeat.rs:444:8
|
441 | pub fn many<F, Input, P>(p: P) -> Many<F, P>
| ---- required by a bound in this function
...
444 | P: Parser<Input>,
| ^^^^^^^^^^^^^ required by this bound in `many`
= note: the full name for the type has been written to '/home/runner/work/rust-rdftk/rust-rdftk/target/debug/deps/rdftk_query-3364eaccf50db5fb.long-type-2363272864946386129.txt'
= note: consider using `--verbose` to print the full type name to the console
= note: the full name for the type has been written to '/home/runner/work/rust-rdftk/rust-rdftk/target/debug/deps/rdftk_query-3364eaccf50db5fb.long-type-12877474562666272679.txt'
= note: consider using `--verbose` to print the full type name to the console
|
type mismatch resolving `<impl Parser<_, Output = (Option<String>, String)> as Parser<_>>::Output == String`:
rdftk_query/src/sparql/parser/common.rs#L34
error[E0271]: type mismatch resolving `<impl Parser<_, Output = (Option<String>, String)> as Parser<_>>::Output == String`
--> rdftk_query/src/sparql/parser/common.rs:34:10
|
34 | many(choice((base_decl(), prefix_decl())))
| ---- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `String`, found `(Option<String>, String)`
| |
| required by a bound introduced by this call
|
= note: expected struct `std::string::String`
found tuple `(std::option::Option<std::string::String>, std::string::String)`
= note: required for `(impl Parser<_, Output = String>, impl Parser<_, Output = (Option<String>, String)>)` to implement `combine::parser::choice::ChoiceParser<_>`
= note: required for `Choice<(impl Parser<_, Output = String>, impl Parser<_, Output = (Option<String>, String)>)>` to implement `combine::Parser<_>`
note: required by a bound in `combine::many`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/src/parser/repeat.rs:444:8
|
441 | pub fn many<F, Input, P>(p: P) -> Many<F, P>
| ---- required by a bound in this function
...
444 | P: Parser<Input>,
| ^^^^^^^^^^^^^ required by this bound in `many`
= note: the full name for the type has been written to '/home/runner/work/rust-rdftk/rust-rdftk/target/debug/deps/rdftk_query-0978381fd52198b7.long-type-12563929281165923516.txt'
= note: consider using `--verbose` to print the full type name to the console
= note: the full name for the type has been written to '/home/runner/work/rust-rdftk/rust-rdftk/target/debug/deps/rdftk_query-0978381fd52198b7.long-type-639463941955031750.txt'
= note: consider using `--verbose` to print the full type name to the console
|
type mismatch resolving `<impl Parser<_, Output = (Option<String>, String)> as Parser<_>>::Output == String`:
rdftk_query/src/sparql/parser/common.rs#L34
error[E0271]: type mismatch resolving `<impl Parser<_, Output = (Option<String>, String)> as Parser<_>>::Output == String`
--> rdftk_query/src/sparql/parser/common.rs:34:5
|
34 | many(choice((base_decl(), prefix_decl())))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `(Option<String>, String)`, found `String`
|
= note: expected tuple `(std::option::Option<std::string::String>, std::string::String)`
found struct `std::string::String`
= note: required for `(impl Parser<_, Output = String>, impl Parser<_, Output = (Option<String>, String)>)` to implement `combine::parser::choice::ChoiceParser<_>`
= note: the full name for the type has been written to '/home/runner/work/rust-rdftk/rust-rdftk/target/debug/deps/rdftk_query-3364eaccf50db5fb.long-type-12877474562666272679.txt'
= note: consider using `--verbose` to print the full type name to the console
|
type mismatch resolving `<impl Parser<_, Output = (Option<String>, String)> as Parser<_>>::Output == String`:
rdftk_query/src/sparql/parser/common.rs#L34
error[E0271]: type mismatch resolving `<impl Parser<_, Output = (Option<String>, String)> as Parser<_>>::Output == String`
--> rdftk_query/src/sparql/parser/common.rs:34:5
|
34 | many(choice((base_decl(), prefix_decl())))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `(Option<String>, String)`, found `String`
|
= note: expected tuple `(std::option::Option<std::string::String>, std::string::String)`
found struct `std::string::String`
= note: required for `(impl Parser<_, Output = String>, impl Parser<_, Output = (Option<String>, String)>)` to implement `combine::parser::choice::ChoiceParser<_>`
= note: the full name for the type has been written to '/home/runner/work/rust-rdftk/rust-rdftk/target/debug/deps/rdftk_query-0978381fd52198b7.long-type-639463941955031750.txt'
= note: consider using `--verbose` to print the full type name to the console
|
type mismatch resolving `<impl Parser<_, Output = (Option<String>, String)> as Parser<_>>::Output == String`:
rdftk_query/src/sparql/parser/common.rs#L34
error[E0271]: type mismatch resolving `<impl Parser<_, Output = (Option<String>, String)> as Parser<_>>::Output == String`
--> rdftk_query/src/sparql/parser/common.rs:34:17
|
34 | many(choice((base_decl(), prefix_decl())))
| ------ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `String`, found `(Option<String>, String)`
| |
| required by a bound introduced by this call
|
= note: expected struct `std::string::String`
found tuple `(std::option::Option<std::string::String>, std::string::String)`
= note: required for `(impl Parser<_, Output = String>, impl Parser<_, Output = (Option<String>, String)>)` to implement `combine::parser::choice::ChoiceParser<_>`
note: required by a bound in `combine::choice`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/src/parser/choice.rs:555:8
|
552 | pub fn choice<Input, P>(ps: P) -> Choice<P>
| ------ required by a bound in this function
...
555 | P: ChoiceParser<Input>,
| ^^^^^^^^^^^^^^^^^^^ required by this bound in `choice`
= note: the full name for the type has been written to '/home/runner/work/rust-rdftk/rust-rdftk/target/debug/deps/rdftk_query-3364eaccf50db5fb.long-type-117582573946016221.txt'
= note: consider using `--verbose` to print the full type name to the console
|
type mismatch resolving `<impl Parser<_, Output = (Option<String>, String)> as Parser<_>>::Output == String`:
rdftk_query/src/sparql/parser/common.rs#L34
error[E0271]: type mismatch resolving `<impl Parser<_, Output = (Option<String>, String)> as Parser<_>>::Output == String`
--> rdftk_query/src/sparql/parser/common.rs:34:17
|
34 | many(choice((base_decl(), prefix_decl())))
| ------ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `String`, found `(Option<String>, String)`
| |
| required by a bound introduced by this call
|
= note: expected struct `std::string::String`
found tuple `(std::option::Option<std::string::String>, std::string::String)`
= note: required for `(impl Parser<_, Output = String>, impl Parser<_, Output = (Option<String>, String)>)` to implement `combine::parser::choice::ChoiceParser<_>`
note: required by a bound in `combine::choice`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/src/parser/choice.rs:555:8
|
552 | pub fn choice<Input, P>(ps: P) -> Choice<P>
| ------ required by a bound in this function
...
555 | P: ChoiceParser<Input>,
| ^^^^^^^^^^^^^^^^^^^ required by this bound in `choice`
= note: the full name for the type has been written to '/home/runner/work/rust-rdftk/rust-rdftk/target/debug/deps/rdftk_query-0978381fd52198b7.long-type-4049273362864516787.txt'
= note: consider using `--verbose` to print the full type name to the console
|
unused imports: `attempt`, `count`, `not_followed_by`, `one_of`, and `satisfy`:
rdftk_query/src/sparql/parser/query.rs#L13
error: unused imports: `attempt`, `count`, `not_followed_by`, `one_of`, and `satisfy`
--> rdftk_query/src/sparql/parser/query.rs:13:5
|
13 | attempt, choice, count, look_ahead, many, many1, not_followed_by, one_of, optional, satisfy,
| ^^^^^^^ ^^^^^ ^^^^^^^^^^^^^^^ ^^^^^^ ^^^^^^^
|
unused imports: `alpha_num`, `hex_digit`, `space`, `string_cmp`, and `string`:
rdftk_query/src/sparql/parser/query.rs#L11
error: unused imports: `alpha_num`, `hex_digit`, `space`, `string_cmp`, and `string`
--> rdftk_query/src/sparql/parser/query.rs:11:29
|
11 | use combine::parser::char::{alpha_num, char, hex_digit, space, spaces, string, string_cmp};
| ^^^^^^^^^ ^^^^^^^^^ ^^^^^ ^^^^^^ ^^^^^^^^^^
|
unused import: `crate::sparql::Variable`:
rdftk_query/src/sparql/parser/query.rs#L10
error: unused import: `crate::sparql::Variable`
--> rdftk_query/src/sparql/parser/query.rs:10:5
|
10 | use crate::sparql::Variable;
| ^^^^^^^^^^^^^^^^^^^^^^^
|
unused imports: `attempt`, `count`, `not_followed_by`, `one_of`, and `satisfy`:
rdftk_query/src/sparql/parser/query.rs#L13
error: unused imports: `attempt`, `count`, `not_followed_by`, `one_of`, and `satisfy`
--> rdftk_query/src/sparql/parser/query.rs:13:5
|
13 | attempt, choice, count, look_ahead, many, many1, not_followed_by, one_of, optional, satisfy,
| ^^^^^^^ ^^^^^ ^^^^^^^^^^^^^^^ ^^^^^^ ^^^^^^^
|
unused imports: `alpha_num`, `hex_digit`, `space`, `string_cmp`, and `string`:
rdftk_query/src/sparql/parser/query.rs#L11
error: unused imports: `alpha_num`, `hex_digit`, `space`, `string_cmp`, and `string`
--> rdftk_query/src/sparql/parser/query.rs:11:29
|
11 | use combine::parser::char::{alpha_num, char, hex_digit, space, spaces, string, string_cmp};
| ^^^^^^^^^ ^^^^^^^^^ ^^^^^ ^^^^^^ ^^^^^^^^^^
|
unused import: `crate::sparql::Variable`:
rdftk_query/src/sparql/parser/query.rs#L10
error: unused import: `crate::sparql::Variable`
--> rdftk_query/src/sparql/parser/query.rs:10:5
|
10 | use crate::sparql::Variable;
| ^^^^^^^^^^^^^^^^^^^^^^^
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L645
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:645:28
|
645 | /// [166] VARNAME ::= ( PN_CHARS_U | [0-9] )
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L645
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:645:20
|
645 | /// [166] VARNAME ::= ( PN_CHARS_U | [0-9] )
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L645
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:645:28
|
645 | /// [166] VARNAME ::= ( PN_CHARS_U | [0-9] )
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L645
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:645:12
|
645 | /// [166] VARNAME ::= ( PN_CHARS_U | [0-9] )
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L645
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:645:20
|
645 | /// [166] VARNAME ::= ( PN_CHARS_U | [0-9] )
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L633
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:633:28
|
633 | /// [166] VARNAME ::= ( PN_CHARS_U | [0-9] )
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L645
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:645:12
|
645 | /// [166] VARNAME ::= ( PN_CHARS_U | [0-9] )
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L633
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:633:20
|
633 | /// [166] VARNAME ::= ( PN_CHARS_U | [0-9] )
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L633
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:633:28
|
633 | /// [166] VARNAME ::= ( PN_CHARS_U | [0-9] )
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L633
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:633:12
|
633 | /// [166] VARNAME ::= ( PN_CHARS_U | [0-9] )
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L633
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:633:20
|
633 | /// [166] VARNAME ::= ( PN_CHARS_U | [0-9] )
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L633
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:633:12
|
633 | /// [166] VARNAME ::= ( PN_CHARS_U | [0-9] )
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L619
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:619:29
|
619 | /// [167] PN_CHARS ::= PN_CHARS_U | '-' | [0-9] | #x00B7 | [#x0300-#x036F] | [#x203F-#x2040]
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L619
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:619:21
|
619 | /// [167] PN_CHARS ::= PN_CHARS_U | '-' | [0-9] | #x00B7 | [#x0300-#x036F] | [#x203F-#x2040]
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L619
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:619:29
|
619 | /// [167] PN_CHARS ::= PN_CHARS_U | '-' | [0-9] | #x00B7 | [#x0300-#x036F] | [#x203F-#x2040]
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L619
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:619:12
|
619 | /// [167] PN_CHARS ::= PN_CHARS_U | '-' | [0-9] | #x00B7 | [#x0300-#x036F] | [#x203F-#x2040]
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L619
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:619:21
|
619 | /// [167] PN_CHARS ::= PN_CHARS_U | '-' | [0-9] | #x00B7 | [#x0300-#x036F] | [#x203F-#x2040]
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L619
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:619:12
|
619 | /// [167] PN_CHARS ::= PN_CHARS_U | '-' | [0-9] | #x00B7 | [#x0300-#x036F] | [#x203F-#x2040]
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L608
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:608:31
|
608 | /// [165] PN_CHARS_U ::= PN_CHARS_BASE | '_'
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L608
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:608:31
|
608 | /// [165] PN_CHARS_U ::= PN_CHARS_BASE | '_'
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L608
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:608:23
|
608 | /// [165] PN_CHARS_U ::= PN_CHARS_BASE | '_'
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L608
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:608:23
|
608 | /// [165] PN_CHARS_U ::= PN_CHARS_BASE | '_'
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L608
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:608:12
|
608 | /// [165] PN_CHARS_U ::= PN_CHARS_BASE | '_'
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L608
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:608:12
|
608 | /// [165] PN_CHARS_U ::= PN_CHARS_BASE | '_'
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L579
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:579:34
|
579 | /// [164] PN_CHARS_BASE ::= [A-Z] | [a-z] | [#x00C0-#x00D6] | [#x00D8-#x00F6]
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L579
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:579:34
|
579 | /// [164] PN_CHARS_BASE ::= [A-Z] | [a-z] | [#x00C0-#x00D6] | [#x00D8-#x00F6]
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L579
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:579:26
|
579 | /// [164] PN_CHARS_BASE ::= [A-Z] | [a-z] | [#x00C0-#x00D6] | [#x00D8-#x00F6]
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L579
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:579:26
|
579 | /// [164] PN_CHARS_BASE ::= [A-Z] | [a-z] | [#x00C0-#x00D6] | [#x00D8-#x00F6]
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L579
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:579:12
|
579 | /// [164] PN_CHARS_BASE ::= [A-Z] | [a-z] | [#x00C0-#x00D6] | [#x00D8-#x00F6]
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L579
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:579:12
|
579 | /// [164] PN_CHARS_BASE ::= [A-Z] | [a-z] | [#x00C0-#x00D6] | [#x00D8-#x00F6]
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L546
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:546:33
|
546 | /// [173] PN_LOCAL_ESC ::= '\' ( '_' | '~' | '.' | '-' | '!' | '$' | '&' | "'" | '(' | ')'
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L546
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:546:33
|
546 | /// [173] PN_LOCAL_ESC ::= '\' ( '_' | '~' | '.' | '-' | '!' | '$' | '&' | "'" | '(' | ')'
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L546
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:546:25
|
546 | /// [173] PN_LOCAL_ESC ::= '\' ( '_' | '~' | '.' | '-' | '!' | '$' | '&' | "'" | '(' | ')'
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L546
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:546:25
|
546 | /// [173] PN_LOCAL_ESC ::= '\' ( '_' | '~' | '.' | '-' | '!' | '$' | '&' | "'" | '(' | ')'
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L546
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:546:12
|
546 | /// [173] PN_LOCAL_ESC ::= '\' ( '_' | '~' | '.' | '-' | '!' | '$' | '&' | "'" | '(' | ')'
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L546
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:546:12
|
546 | /// [173] PN_LOCAL_ESC ::= '\' ( '_' | '~' | '.' | '-' | '!' | '$' | '&' | "'" | '(' | ')'
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L532
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:532:27
|
532 | /// [139] IRIREF ::= '<' ([^<>"{}|^`\]-[#x00-#x20])* '>'
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L532
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:532:27
|
532 | /// [139] IRIREF ::= '<' ([^<>"{}|^`\]-[#x00-#x20])* '>'
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L532
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:532:19
|
532 | /// [139] IRIREF ::= '<' ([^<>"{}|^`\]-[#x00-#x20])* '>'
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L532
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:532:19
|
532 | /// [139] IRIREF ::= '<' ([^<>"{}|^`\]-[#x00-#x20])* '>'
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L532
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:532:12
|
532 | /// [139] IRIREF ::= '<' ([^<>"{}|^`\]-[#x00-#x20])* '>'
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L532
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:532:12
|
532 | /// [139] IRIREF ::= '<' ([^<>"{}|^`\]-[#x00-#x20])* '>'
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L502
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:502:33
|
502 | /// [173] PN_LOCAL_ESC ::= '\' ( '_' | '~' | '.' | '-' | '!' | '$' | '&' | "'" | '(' | ')'
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L502
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:502:33
|
502 | /// [173] PN_LOCAL_ESC ::= '\' ( '_' | '~' | '.' | '-' | '!' | '$' | '&' | "'" | '(' | ')'
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L502
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:502:25
|
502 | /// [173] PN_LOCAL_ESC ::= '\' ( '_' | '~' | '.' | '-' | '!' | '$' | '&' | "'" | '(' | ')'
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L502
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:502:25
|
502 | /// [173] PN_LOCAL_ESC ::= '\' ( '_' | '~' | '.' | '-' | '!' | '$' | '&' | "'" | '(' | ')'
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L502
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:502:12
|
502 | /// [173] PN_LOCAL_ESC ::= '\' ( '_' | '~' | '.' | '-' | '!' | '$' | '&' | "'" | '(' | ')'
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L502
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:502:12
|
502 | /// [173] PN_LOCAL_ESC ::= '\' ( '_' | '~' | '.' | '-' | '!' | '$' | '&' | "'" | '(' | ')'
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L486
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:486:28
|
486 | /// [171] PERCENT ::= '%' HEX HEX
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L486
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:486:28
|
486 | /// [171] PERCENT ::= '%' HEX HEX
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L486
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:486:20
|
486 | /// [171] PERCENT ::= '%' HEX HEX
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L486
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:486:20
|
486 | /// [171] PERCENT ::= '%' HEX HEX
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L486
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:486:12
|
486 | /// [171] PERCENT ::= '%' HEX HEX
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L486
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:486:12
|
486 | /// [171] PERCENT ::= '%' HEX HEX
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L470
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:470:24
|
470 | /// [170] PLX ::= PERCENT | PN_LOCAL_ESC
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L470
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:470:24
|
470 | /// [170] PLX ::= PERCENT | PN_LOCAL_ESC
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L470
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:470:16
|
470 | /// [170] PLX ::= PERCENT | PN_LOCAL_ESC
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L470
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:470:16
|
470 | /// [170] PLX ::= PERCENT | PN_LOCAL_ESC
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L470
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:470:12
|
470 | /// [170] PLX ::= PERCENT | PN_LOCAL_ESC
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L470
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:470:12
|
470 | /// [170] PLX ::= PERCENT | PN_LOCAL_ESC
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L450
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:450:29
|
450 | /// [169] PN_LOCAL ::= (PN_CHARS_U | ':' | [0-9] | PLX )
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L450
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:450:29
|
450 | /// [169] PN_LOCAL ::= (PN_CHARS_U | ':' | [0-9] | PLX )
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L450
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:450:21
|
450 | /// [169] PN_LOCAL ::= (PN_CHARS_U | ':' | [0-9] | PLX )
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L450
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:450:21
|
450 | /// [169] PN_LOCAL ::= (PN_CHARS_U | ':' | [0-9] | PLX )
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L450
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:450:12
|
450 | /// [169] PN_LOCAL ::= (PN_CHARS_U | ':' | [0-9] | PLX )
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L450
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:450:12
|
450 | /// [169] PN_LOCAL ::= (PN_CHARS_U | ':' | [0-9] | PLX )
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L429
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:429:29
|
429 | /// [169] PN_LOCAL ::= (PN_CHARS_U | ':' | [0-9] | PLX )
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L429
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:429:29
|
429 | /// [169] PN_LOCAL ::= (PN_CHARS_U | ':' | [0-9] | PLX )
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L429
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:429:21
|
429 | /// [169] PN_LOCAL ::= (PN_CHARS_U | ':' | [0-9] | PLX )
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L429
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:429:21
|
429 | /// [169] PN_LOCAL ::= (PN_CHARS_U | ':' | [0-9] | PLX )
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L429
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:429:12
|
429 | /// [169] PN_LOCAL ::= (PN_CHARS_U | ':' | [0-9] | PLX )
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L429
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:429:12
|
429 | /// [169] PN_LOCAL ::= (PN_CHARS_U | ':' | [0-9] | PLX )
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L409
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:409:30
|
409 | /// [168] PN_PREFIX ::= PN_CHARS_BASE ((PN_CHARS|'.')* PN_CHARS)?
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L409
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:409:30
|
409 | /// [168] PN_PREFIX ::= PN_CHARS_BASE ((PN_CHARS|'.')* PN_CHARS)?
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L409
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:409:22
|
409 | /// [168] PN_PREFIX ::= PN_CHARS_BASE ((PN_CHARS|'.')* PN_CHARS)?
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L409
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:409:22
|
409 | /// [168] PN_PREFIX ::= PN_CHARS_BASE ((PN_CHARS|'.')* PN_CHARS)?
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L409
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:409:12
|
409 | /// [168] PN_PREFIX ::= PN_CHARS_BASE ((PN_CHARS|'.')* PN_CHARS)?
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L409
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:409:12
|
409 | /// [168] PN_PREFIX ::= PN_CHARS_BASE ((PN_CHARS|'.')* PN_CHARS)?
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L393
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:393:29
|
393 | /// [141] PNAME_LN ::= PNAME_NS PN_LOCAL
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L393
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:393:29
|
393 | /// [141] PNAME_LN ::= PNAME_NS PN_LOCAL
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L393
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:393:21
|
393 | /// [141] PNAME_LN ::= PNAME_NS PN_LOCAL
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L393
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:393:12
|
393 | /// [141] PNAME_LN ::= PNAME_NS PN_LOCAL
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L393
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:393:21
|
393 | /// [141] PNAME_LN ::= PNAME_NS PN_LOCAL
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L393
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:393:12
|
393 | /// [141] PNAME_LN ::= PNAME_NS PN_LOCAL
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L377
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:377:29
|
377 | /// [140] PNAME_NS ::= PN_PREFIX? ':'
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L377
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:377:21
|
377 | /// [140] PNAME_NS ::= PN_PREFIX? ':'
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L377
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:377:29
|
377 | /// [140] PNAME_NS ::= PN_PREFIX? ':'
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L377
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:377:12
|
377 | /// [140] PNAME_NS ::= PN_PREFIX? ':'
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L377
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:377:21
|
377 | /// [140] PNAME_NS ::= PN_PREFIX? ':'
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L357
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:357:27
|
357 | /// [139] IRIREF ::= '<' ([^<>"{}|^`\]-[#x00-#x20])* '>'
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L377
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:377:12
|
377 | /// [140] PNAME_NS ::= PN_PREFIX? ':'
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L357
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:357:19
|
357 | /// [139] IRIREF ::= '<' ([^<>"{}|^`\]-[#x00-#x20])* '>'
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L357
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:357:12
|
357 | /// [139] IRIREF ::= '<' ([^<>"{}|^`\]-[#x00-#x20])* '>'
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L357
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:357:27
|
357 | /// [139] IRIREF ::= '<' ([^<>"{}|^`\]-[#x00-#x20])* '>'
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L357
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:357:19
|
357 | /// [139] IRIREF ::= '<' ([^<>"{}|^`\]-[#x00-#x20])* '>'
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L357
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:357:12
|
357 | /// [139] IRIREF ::= '<' ([^<>"{}|^`\]-[#x00-#x20])* '>'
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L320
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:320:28
|
320 | /// [145] LANGTAG ::= '@' [a-zA-Z]+ ('-' [a-zA-Z0-9]+)*
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L320
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:320:20
|
320 | /// [145] LANGTAG ::= '@' [a-zA-Z]+ ('-' [a-zA-Z0-9]+)*
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L320
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:320:12
|
320 | /// [145] LANGTAG ::= '@' [a-zA-Z]+ ('-' [a-zA-Z0-9]+)*
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L320
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:320:28
|
320 | /// [145] LANGTAG ::= '@' [a-zA-Z]+ ('-' [a-zA-Z0-9]+)*
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L320
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:320:20
|
320 | /// [145] LANGTAG ::= '@' [a-zA-Z]+ ('-' [a-zA-Z0-9]+)*
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L303
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:303:28
|
303 | /// [166] VARNAME ::= ( PN_CHARS_U | [0-9] )
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L320
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:320:12
|
320 | /// [145] LANGTAG ::= '@' [a-zA-Z]+ ('-' [a-zA-Z0-9]+)*
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L303
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:303:20
|
303 | /// [166] VARNAME ::= ( PN_CHARS_U | [0-9] )
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L303
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:303:12
|
303 | /// [166] VARNAME ::= ( PN_CHARS_U | [0-9] )
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L303
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:303:28
|
303 | /// [166] VARNAME ::= ( PN_CHARS_U | [0-9] )
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L287
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:287:25
|
287 | /// [144] VAR2 ::= '$' VARNAME
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L303
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:303:20
|
303 | /// [166] VARNAME ::= ( PN_CHARS_U | [0-9] )
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L287
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:287:17
|
287 | /// [144] VAR2 ::= '$' VARNAME
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L303
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:303:12
|
303 | /// [166] VARNAME ::= ( PN_CHARS_U | [0-9] )
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L287
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:287:12
|
287 | /// [144] VAR2 ::= '$' VARNAME
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L287
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:287:25
|
287 | /// [144] VAR2 ::= '$' VARNAME
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L286
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:286:25
|
286 | /// [143] VAR1 ::= '?' VARNAME
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L287
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:287:17
|
287 | /// [144] VAR2 ::= '$' VARNAME
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L286
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:286:17
|
286 | /// [143] VAR1 ::= '?' VARNAME
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L287
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:287:12
|
287 | /// [144] VAR2 ::= '$' VARNAME
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L286
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:286:12
|
286 | /// [143] VAR1 ::= '?' VARNAME
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L286
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:286:25
|
286 | /// [143] VAR1 ::= '?' VARNAME
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L284
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:284:28
|
284 | /// [108] Var ::= VAR1 | VAR2
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L286
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:286:17
|
286 | /// [143] VAR1 ::= '?' VARNAME
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L284
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:284:16
|
284 | /// [108] Var ::= VAR1 | VAR2
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L286
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:286:12
|
286 | /// [143] VAR1 ::= '?' VARNAME
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L284
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:284:12
|
284 | /// [108] Var ::= VAR1 | VAR2
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L284
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:284:28
|
284 | /// [108] Var ::= VAR1 | VAR2
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L240
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:240:29
|
240 | /// [6] PrefixDecl ::= 'PREFIX' PNAME_NS IRIREF
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L284
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:284:16
|
284 | /// [108] Var ::= VAR1 | VAR2
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L240
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:240:21
|
240 | /// [6] PrefixDecl ::= 'PREFIX' PNAME_NS IRIREF
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L284
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:284:12
|
284 | /// [108] Var ::= VAR1 | VAR2
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L240
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:240:10
|
240 | /// [6] PrefixDecl ::= 'PREFIX' PNAME_NS IRIREF
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L240
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:240:29
|
240 | /// [6] PrefixDecl ::= 'PREFIX' PNAME_NS IRIREF
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L221
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:221:27
|
221 | /// [5] BaseDecl ::= 'BASE' IRIREF
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L221
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:221:19
|
221 | /// [5] BaseDecl ::= 'BASE' IRIREF
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L240
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:240:21
|
240 | /// [6] PrefixDecl ::= 'PREFIX' PNAME_NS IRIREF
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L240
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:240:10
|
240 | /// [6] PrefixDecl ::= 'PREFIX' PNAME_NS IRIREF
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L221
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:221:10
|
221 | /// [5] BaseDecl ::= 'BASE' IRIREF
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L204
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:204:35
|
204 | /// [134] BooleanLiteral ::= 'true' | 'false'
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L221
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:221:27
|
221 | /// [5] BaseDecl ::= 'BASE' IRIREF
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L204
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:204:27
|
204 | /// [134] BooleanLiteral ::= 'true' | 'false'
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L221
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:221:19
|
221 | /// [5] BaseDecl ::= 'BASE' IRIREF
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L204
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:204:12
|
204 | /// [134] BooleanLiteral ::= 'true' | 'false'
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
= note: `-D clippy::tabs-in-doc-comments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::tabs_in_doc_comments)]`
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L221
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:221:10
|
221 | /// [5] BaseDecl ::= 'BASE' IRIREF
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L204
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:204:35
|
204 | /// [134] BooleanLiteral ::= 'true' | 'false'
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L204
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:204:27
|
204 | /// [134] BooleanLiteral ::= 'true' | 'false'
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
rdftk_query/src/sparql/parser/common.rs#L204
error: using tabs in doc comments is not recommended
--> rdftk_query/src/sparql/parser/common.rs:204:12
|
204 | /// [134] BooleanLiteral ::= 'true' | 'false'
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
= note: `-D clippy::tabs-in-doc-comments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::tabs_in_doc_comments)]`
|
unused import: `look_ahead`:
rdftk_query/src/sparql/parser/common.rs#L13
error: unused import: `look_ahead`
--> rdftk_query/src/sparql/parser/common.rs:13:29
|
13 | attempt, choice, count, look_ahead, many, many1, not_followed_by, one_of, optional, satisfy,
| ^^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
|
unused import: `look_ahead`:
rdftk_query/src/sparql/parser/common.rs#L13
error: unused import: `look_ahead`
--> rdftk_query/src/sparql/parser/common.rs:13:29
|
13 | attempt, choice, count, look_ahead, many, many1, not_followed_by, one_of, optional, satisfy,
| ^^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
|
function `iri_ref` is private:
rdftk_query/src/sparql/parser/update.rs#L10
error[E0603]: function `iri_ref` is private
--> rdftk_query/src/sparql/parser/update.rs:10:21
|
10 | use super::common::{iri_ref, prologue};
| ^^^^^^^ private function
|
note: the function `iri_ref` is defined here
--> rdftk_query/src/sparql/parser/common.rs:359:1
|
359 | / fn iri_ref<'a, I>() -> impl Parser<I, Output = String>
360 | | where
361 | | I: RangeStream<Token = char, Range = &'a str>,
362 | | I::Error: ParseError<I::Token, I::Range, I::Position>,
... |
370 | | .expected("IRIREF")
371 | | }
| |_^
|
function `iri_ref` is private:
rdftk_query/src/sparql/parser/update.rs#L10
error[E0603]: function `iri_ref` is private
--> rdftk_query/src/sparql/parser/update.rs:10:21
|
10 | use super::common::{iri_ref, prologue};
| ^^^^^^^ private function
|
note: the function `iri_ref` is defined here
--> rdftk_query/src/sparql/parser/common.rs:359:1
|
359 | / fn iri_ref<'a, I>() -> impl Parser<I, Output = String>
360 | | where
361 | | I: RangeStream<Token = char, Range = &'a str>,
362 | | I::Error: ParseError<I::Token, I::Range, I::Position>,
... |
370 | | .expected("IRIREF")
371 | | }
| |_^
|
cannot find function `keyword` in this scope:
rdftk_query/src/sparql/parser/update.rs#L78
error[E0425]: cannot find function `keyword` in this scope
--> rdftk_query/src/sparql/parser/update.rs:78:9
|
78 | keyword("all"),
| ^^^^^^^ not found in this scope
|
help: consider importing this function
|
10 + use crate::sparql::parser::common::keyword;
|
|
cannot find function `keyword` in this scope:
rdftk_query/src/sparql/parser/update.rs#L77
error[E0425]: cannot find function `keyword` in this scope
--> rdftk_query/src/sparql/parser/update.rs:77:9
|
77 | keyword("named"),
| ^^^^^^^ not found in this scope
|
help: consider importing this function
|
10 + use crate::sparql::parser::common::keyword;
|
|
cannot find function `keyword` in this scope:
rdftk_query/src/sparql/parser/update.rs#L76
error[E0425]: cannot find function `keyword` in this scope
--> rdftk_query/src/sparql/parser/update.rs:76:9
|
76 | keyword("default"),
| ^^^^^^^ not found in this scope
|
help: consider importing this function
|
10 + use crate::sparql::parser::common::keyword;
|
|
cannot find function `spaces` in this scope:
rdftk_query/src/sparql/parser/update.rs#L64
error[E0425]: cannot find function `spaces` in this scope
--> rdftk_query/src/sparql/parser/update.rs:64:28
|
64 | (keyword("graph").skip(spaces()), iri_ref())
| ^^^^^^ not found in this scope
|
help: consider importing one of these functions
|
10 + use combine::parser::byte::spaces;
|
10 + use combine::parser::char::spaces;
|
|
cannot find function `keyword` in this scope:
rdftk_query/src/sparql/parser/update.rs#L64
error[E0425]: cannot find function `keyword` in this scope
--> rdftk_query/src/sparql/parser/update.rs:64:6
|
64 | (keyword("graph").skip(spaces()), iri_ref())
| ^^^^^^^ not found in this scope
|
help: consider importing this function
|
10 + use crate::sparql::parser::common::keyword;
|
|
cannot find function `iri_ref` in this scope:
rdftk_query/src/sparql/parser/query.rs#L120
error[E0425]: cannot find function `iri_ref` in this scope
--> rdftk_query/src/sparql/parser/query.rs:120:9
|
120 | iri_ref().skip(spaces()),
| ^^^^^^^ not found in this scope
|
note: function `crate::sparql::parser::common::iri_ref` exists but is inaccessible
--> rdftk_query/src/sparql/parser/common.rs:359:1
|
359 | / fn iri_ref<'a, I>() -> impl Parser<I, Output = String>
360 | | where
361 | | I: RangeStream<Token = char, Range = &'a str>,
362 | | I::Error: ParseError<I::Token, I::Range, I::Position>,
... |
370 | | .expected("IRIREF")
371 | | }
| |_^ not accessible
|
cannot find function `variable` in this scope:
rdftk_query/src/sparql/parser/query.rs#L102
error[E0425]: cannot find function `variable` in this scope
--> rdftk_query/src/sparql/parser/query.rs:102:17
|
102 | variable(),
| ^^^^^^^^ help: a tuple struct with a similar name exists (notice the capitalization): `Variable`
|
::: rdftk_query/src/sparql/mod.rs:36:1
|
36 | pub struct Variable(String);
| ---------------------------- similarly named tuple struct `Variable` defined here
|
note: function `crate::sparql::parser::common::variable` exists but is inaccessible
--> rdftk_query/src/sparql/parser/common.rs:289:1
|
289 | / fn variable<'a, I>() -> impl Parser<I, Output = Variable>
290 | | where
291 | | I: RangeStream<Token = char, Range = &'a str>,
292 | | I::Error: ParseError<I::Token, I::Range, I::Position>,
... |
296 | | .expected("Var")
297 | | }
| |_^ not accessible
|
cannot find function `where_clause` in this scope:
rdftk_query/src/sparql/parser/common.rs#L67
error[E0425]: cannot find function `where_clause` in this scope
--> rdftk_query/src/sparql/parser/common.rs:67:9
|
67 | where_clause(),
| ^^^^^^^^^^^^ help: a function with a similar name exists: `order_clause`
...
177 | / fn order_clause<'a, I>() -> impl Parser<I, Output = ()>
178 | | where
179 | | I: RangeStream<Token = char, Range = &'a str>,
180 | | I::Error: ParseError<I::Token, I::Range, I::Position>,
... |
184 | | .expected("OrderClause")
185 | | }
| |_- similarly named function `order_clause` defined here
|
note: function `crate::sparql::parser::query::where_clause` exists but is inaccessible
--> rdftk_query/src/sparql/parser/query.rs:126:1
|
126 | / fn where_clause<'a, I>() -> impl Parser<I, Output = ()>
127 | | where
128 | | I: RangeStream<Token = char, Range = &'a str>,
129 | | I::Error: ParseError<I::Token, I::Range, I::Position>,
... |
136 | | .expected("WhereClause")
137 | | }
| |_^ not accessible
|
cannot find function `keyword` in this scope:
rdftk_query/src/sparql/parser/update.rs#L78
error[E0425]: cannot find function `keyword` in this scope
--> rdftk_query/src/sparql/parser/update.rs:78:9
|
78 | keyword("all"),
| ^^^^^^^ not found in this scope
|
help: consider importing this function
|
10 + use crate::sparql::parser::common::keyword;
|
|
cannot find function `keyword` in this scope:
rdftk_query/src/sparql/parser/update.rs#L77
error[E0425]: cannot find function `keyword` in this scope
--> rdftk_query/src/sparql/parser/update.rs:77:9
|
77 | keyword("named"),
| ^^^^^^^ not found in this scope
|
help: consider importing this function
|
10 + use crate::sparql::parser::common::keyword;
|
|
cannot find function `keyword` in this scope:
rdftk_query/src/sparql/parser/update.rs#L76
error[E0425]: cannot find function `keyword` in this scope
--> rdftk_query/src/sparql/parser/update.rs:76:9
|
76 | keyword("default"),
| ^^^^^^^ not found in this scope
|
help: consider importing this function
|
10 + use crate::sparql::parser::common::keyword;
|
|
cannot find function `spaces` in this scope:
rdftk_query/src/sparql/parser/update.rs#L64
error[E0425]: cannot find function `spaces` in this scope
--> rdftk_query/src/sparql/parser/update.rs:64:28
|
64 | (keyword("graph").skip(spaces()), iri_ref())
| ^^^^^^ not found in this scope
|
help: consider importing one of these functions
|
10 + use combine::parser::byte::spaces;
|
10 + use combine::parser::char::spaces;
|
|
cannot find function `keyword` in this scope:
rdftk_query/src/sparql/parser/update.rs#L64
error[E0425]: cannot find function `keyword` in this scope
--> rdftk_query/src/sparql/parser/update.rs:64:6
|
64 | (keyword("graph").skip(spaces()), iri_ref())
| ^^^^^^^ not found in this scope
|
help: consider importing this function
|
10 + use crate::sparql::parser::common::keyword;
|
|
cannot find function `iri_ref` in this scope:
rdftk_query/src/sparql/parser/query.rs#L120
error[E0425]: cannot find function `iri_ref` in this scope
--> rdftk_query/src/sparql/parser/query.rs:120:9
|
120 | iri_ref().skip(spaces()),
| ^^^^^^^ not found in this scope
|
note: function `crate::sparql::parser::common::iri_ref` exists but is inaccessible
--> rdftk_query/src/sparql/parser/common.rs:359:1
|
359 | / fn iri_ref<'a, I>() -> impl Parser<I, Output = String>
360 | | where
361 | | I: RangeStream<Token = char, Range = &'a str>,
362 | | I::Error: ParseError<I::Token, I::Range, I::Position>,
... |
370 | | .expected("IRIREF")
371 | | }
| |_^ not accessible
|
cannot find function `variable` in this scope:
rdftk_query/src/sparql/parser/query.rs#L102
error[E0425]: cannot find function `variable` in this scope
--> rdftk_query/src/sparql/parser/query.rs:102:17
|
102 | variable(),
| ^^^^^^^^ help: a tuple struct with a similar name exists (notice the capitalization): `Variable`
|
::: rdftk_query/src/sparql/mod.rs:36:1
|
36 | pub struct Variable(String);
| ---------------------------- similarly named tuple struct `Variable` defined here
|
note: function `crate::sparql::parser::common::variable` exists but is inaccessible
--> rdftk_query/src/sparql/parser/common.rs:289:1
|
289 | / fn variable<'a, I>() -> impl Parser<I, Output = Variable>
290 | | where
291 | | I: RangeStream<Token = char, Range = &'a str>,
292 | | I::Error: ParseError<I::Token, I::Range, I::Position>,
... |
296 | | .expected("Var")
297 | | }
| |_^ not accessible
|
cannot find function `where_clause` in this scope:
rdftk_query/src/sparql/parser/common.rs#L67
error[E0425]: cannot find function `where_clause` in this scope
--> rdftk_query/src/sparql/parser/common.rs:67:9
|
67 | where_clause(),
| ^^^^^^^^^^^^ help: a function with a similar name exists: `order_clause`
...
177 | / fn order_clause<'a, I>() -> impl Parser<I, Output = ()>
178 | | where
179 | | I: RangeStream<Token = char, Range = &'a str>,
180 | | I::Error: ParseError<I::Token, I::Range, I::Position>,
... |
184 | | .expected("OrderClause")
185 | | }
| |_- similarly named function `order_clause` defined here
|
note: function `crate::sparql::parser::query::where_clause` exists but is inaccessible
--> rdftk_query/src/sparql/parser/query.rs:126:1
|
126 | / fn where_clause<'a, I>() -> impl Parser<I, Output = ()>
127 | | where
128 | | I: RangeStream<Token = char, Range = &'a str>,
129 | | I::Error: ParseError<I::Token, I::Range, I::Position>,
... |
136 | | .expected("WhereClause")
137 | | }
| |_^ not accessible
|
unresolved import `rdftk_core::error::ErrorKind`:
rdftk_query/src/sparql/results/csv.rs#L12
error[E0432]: unresolved import `rdftk_core::error::ErrorKind`
--> rdftk_query/src/sparql/results/csv.rs:12:32
|
12 | use rdftk_core::error::{Error, ErrorKind};
| ^^^^^^^^^ no `ErrorKind` in `error`
|
= help: consider importing one of these enums instead:
std::io::ErrorKind
csv::ErrorKind
error_chain::example_generated::ErrorKind
error_chain::example_generated::inner::ErrorKind
|
unresolved import `rdftk_core::error::ErrorKind`:
rdftk_query/src/sparql/results/csv.rs#L12
error[E0432]: unresolved import `rdftk_core::error::ErrorKind`
--> rdftk_query/src/sparql/results/csv.rs:12:32
|
12 | use rdftk_core::error::{Error, ErrorKind};
| ^^^^^^^^^ no `ErrorKind` in `error`
|
= help: consider importing one of these enums instead:
std::io::ErrorKind
csv::ErrorKind
error_chain::example_generated::ErrorKind
error_chain::example_generated::inner::ErrorKind
|
the name `select_clause` is defined multiple times:
rdftk_query/src/sparql/parser/common.rs#L102
error[E0428]: the name `select_clause` is defined multiple times
--> rdftk_query/src/sparql/parser/common.rs:102:1
|
74 | / fn select_clause<'a, I>() -> impl Parser<I, Output = ()>
75 | | where
76 | | I: RangeStream<Token = char, Range = &'a str>,
77 | | I::Error: ParseError<I::Token, I::Range, I::Position>,
... |
91 | | .expected("SelectClause")
92 | | }
| |_- previous definition of the value `select_clause` here
...
102 | / fn select_clause<'a, I>() -> impl Parser<I, Output = ()>
103 | | where
104 | | I: RangeStream<Token = char, Range = &'a str>,
105 | | I::Error: ParseError<I::Token, I::Range, I::Position>,
... |
119 | | .expected("SelectClause")
120 | | }
| |_^ `select_clause` redefined here
|
= note: `select_clause` must be defined only once in the value namespace of this module
|
the name `select_clause` is defined multiple times:
rdftk_query/src/sparql/parser/common.rs#L102
error[E0428]: the name `select_clause` is defined multiple times
--> rdftk_query/src/sparql/parser/common.rs:102:1
|
74 | / fn select_clause<'a, I>() -> impl Parser<I, Output = ()>
75 | | where
76 | | I: RangeStream<Token = char, Range = &'a str>,
77 | | I::Error: ParseError<I::Token, I::Range, I::Position>,
... |
91 | | .expected("SelectClause")
92 | | }
| |_- previous definition of the value `select_clause` here
...
102 | / fn select_clause<'a, I>() -> impl Parser<I, Output = ()>
103 | | where
104 | | I: RangeStream<Token = char, Range = &'a str>,
105 | | I::Error: ParseError<I::Token, I::Range, I::Position>,
... |
119 | | .expected("SelectClause")
120 | | }
| |_^ `select_clause` redefined here
|
= note: `select_clause` must be defined only once in the value namespace of this module
|
unused import: `ResultExt`:
rdftk_skos/src/document.rs#L19
error: unused import: `ResultExt`
--> rdftk_skos/src/document.rs:19:40
|
19 | use somedoc::error::{Error, ErrorKind, ResultExt};
| ^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
|
unused import: `ResultExt`:
rdftk_skos/src/document.rs#L19
error: unused import: `ResultExt`
--> rdftk_skos/src/document.rs:19:40
|
19 | use somedoc::error::{Error, ErrorKind, ResultExt};
| ^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
|
unreachable expression:
rdftk_skos/src/model/mod.rs#L154
error: unreachable expression
--> rdftk_skos/src/model/mod.rs:154:5
|
153 | todo!();
| ------- any code following this expression is unreachable
154 | schemes
| ^^^^^^^ unreachable expression
|
= note: `-D unreachable-code` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unreachable_code)]`
|
unreachable expression:
rdftk_skos/src/model/mod.rs#L154
error: unreachable expression
--> rdftk_skos/src/model/mod.rs:154:5
|
153 | todo!();
| ------- any code following this expression is unreachable
154 | schemes
| ^^^^^^^ unreachable expression
|
= note: `-D unreachable-code` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unreachable_code)]`
|
cannot find function `term_status` in module `ns::term_status`:
rdftk_skos/src/model/properties.rs#L320
error[E0425]: cannot find function `term_status` in module `ns::term_status`
--> rdftk_skos/src/model/properties.rs:320:36
|
320 | Self::new(ns::term_status::term_status().clone(), status)
| ^^^^^^^^^^^ not found in `ns::term_status`
|
cannot find function `notation` in module `ns`:
rdftk_skos/src/model/properties.rs#L275
error[E0425]: cannot find function `notation` in module `ns`
--> rdftk_skos/src/model/properties.rs:275:23
|
275 | Self::new(ns::notation().clone(), text)
| ^^^^^^^^ not found in `ns`
|
help: consider importing one of these functions
|
13 + use crate::model::xsd::notation;
|
13 + use rdftk_names::xsd::notation;
|
help: if you import `notation`, refer to it directly
|
275 - Self::new(ns::notation().clone(), text)
275 + Self::new(notation().clone(), text)
|
|
cannot find function `scope_note` in module `ns`:
rdftk_skos/src/model/properties.rs#L268
error[E0425]: cannot find function `scope_note` in module `ns`
--> rdftk_skos/src/model/properties.rs:268:17
|
268 | ns::scope_note().clone(),
| ^^^^^^^^^^ not found in `ns`
|
cannot find function `scope_note` in module `ns`:
rdftk_skos/src/model/properties.rs#L264
error[E0425]: cannot find function `scope_note` in module `ns`
--> rdftk_skos/src/model/properties.rs:264:23
|
264 | Self::new(ns::scope_note().clone(), text)
| ^^^^^^^^^^ not found in `ns`
|
cannot find function `note` in module `ns`:
rdftk_skos/src/model/properties.rs#L258
error[E0425]: cannot find function `note` in module `ns`
--> rdftk_skos/src/model/properties.rs:258:17
|
258 | ns::note().clone(),
| ^^^^ not found in `ns`
|
cannot find function `note` in module `ns`:
rdftk_skos/src/model/properties.rs#L254
error[E0425]: cannot find function `note` in module `ns`
--> rdftk_skos/src/model/properties.rs:254:23
|
254 | Self::new(ns::note().clone(), text)
| ^^^^ not found in `ns`
|
cannot find function `history_note` in module `ns`:
rdftk_skos/src/model/properties.rs#L248
error[E0425]: cannot find function `history_note` in module `ns`
--> rdftk_skos/src/model/properties.rs:248:17
|
248 | ns::history_note().clone(),
| ^^^^^^^^^^^^ not found in `ns`
|
cannot find function `history_note` in module `ns`:
rdftk_skos/src/model/properties.rs#L244
error[E0425]: cannot find function `history_note` in module `ns`
--> rdftk_skos/src/model/properties.rs:244:23
|
244 | Self::new(ns::history_note().clone(), text)
| ^^^^^^^^^^^^ not found in `ns`
|
cannot find function `example` in module `ns`:
rdftk_skos/src/model/properties.rs#L238
error[E0425]: cannot find function `example` in module `ns`
--> rdftk_skos/src/model/properties.rs:238:17
|
238 | ns::example().clone(),
| ^^^^^^^ not found in `ns`
|
cannot find function `example` in module `ns`:
rdftk_skos/src/model/properties.rs#L234
error[E0425]: cannot find function `example` in module `ns`
--> rdftk_skos/src/model/properties.rs:234:23
|
234 | Self::new(ns::example().clone(), text)
| ^^^^^^^ not found in `ns`
|
cannot find function `editorial_note` in module `ns`:
rdftk_skos/src/model/properties.rs#L228
error[E0425]: cannot find function `editorial_note` in module `ns`
--> rdftk_skos/src/model/properties.rs:228:17
|
228 | ns::editorial_note().clone(),
| ^^^^^^^^^^^^^^ not found in `ns`
|
cannot find function `editorial_note` in module `ns`:
rdftk_skos/src/model/properties.rs#L224
error[E0425]: cannot find function `editorial_note` in module `ns`
--> rdftk_skos/src/model/properties.rs:224:23
|
224 | Self::new(ns::editorial_note().clone(), text)
| ^^^^^^^^^^^^^^ not found in `ns`
|
cannot find function `definition` in module `ns`:
rdftk_skos/src/model/properties.rs#L218
error[E0425]: cannot find function `definition` in module `ns`
--> rdftk_skos/src/model/properties.rs:218:17
|
218 | ns::definition().clone(),
| ^^^^^^^^^^ not found in `ns`
|
cannot find function `term_status` in module `ns::term_status`:
rdftk_skos/src/model/properties.rs#L320
error[E0425]: cannot find function `term_status` in module `ns::term_status`
--> rdftk_skos/src/model/properties.rs:320:36
|
320 | Self::new(ns::term_status::term_status().clone(), status)
| ^^^^^^^^^^^ not found in `ns::term_status`
|
cannot find function `notation` in module `ns`:
rdftk_skos/src/model/properties.rs#L275
error[E0425]: cannot find function `notation` in module `ns`
--> rdftk_skos/src/model/properties.rs:275:23
|
275 | Self::new(ns::notation().clone(), text)
| ^^^^^^^^ not found in `ns`
|
help: consider importing one of these functions
|
13 + use crate::model::xsd::notation;
|
13 + use rdftk_names::xsd::notation;
|
help: if you import `notation`, refer to it directly
|
275 - Self::new(ns::notation().clone(), text)
275 + Self::new(notation().clone(), text)
|
|
cannot find function `definition` in module `ns`:
rdftk_skos/src/model/properties.rs#L214
error[E0425]: cannot find function `definition` in module `ns`
--> rdftk_skos/src/model/properties.rs:214:23
|
214 | Self::new(ns::definition().clone(), text)
| ^^^^^^^^^^ not found in `ns`
|
cannot find function `scope_note` in module `ns`:
rdftk_skos/src/model/properties.rs#L268
error[E0425]: cannot find function `scope_note` in module `ns`
--> rdftk_skos/src/model/properties.rs:268:17
|
268 | ns::scope_note().clone(),
| ^^^^^^^^^^ not found in `ns`
|
cannot find function `scope_note` in module `ns`:
rdftk_skos/src/model/properties.rs#L264
error[E0425]: cannot find function `scope_note` in module `ns`
--> rdftk_skos/src/model/properties.rs:264:23
|
264 | Self::new(ns::scope_note().clone(), text)
| ^^^^^^^^^^ not found in `ns`
|
cannot find function `change_note` in module `ns`:
rdftk_skos/src/model/properties.rs#L208
error[E0425]: cannot find function `change_note` in module `ns`
--> rdftk_skos/src/model/properties.rs:208:17
|
208 | ns::change_note().clone(),
| ^^^^^^^^^^^ not found in `ns`
|
cannot find function `note` in module `ns`:
rdftk_skos/src/model/properties.rs#L258
error[E0425]: cannot find function `note` in module `ns`
--> rdftk_skos/src/model/properties.rs:258:17
|
258 | ns::note().clone(),
| ^^^^ not found in `ns`
|
cannot find function `note` in module `ns`:
rdftk_skos/src/model/properties.rs#L254
error[E0425]: cannot find function `note` in module `ns`
--> rdftk_skos/src/model/properties.rs:254:23
|
254 | Self::new(ns::note().clone(), text)
| ^^^^ not found in `ns`
|
cannot find function `history_note` in module `ns`:
rdftk_skos/src/model/properties.rs#L248
error[E0425]: cannot find function `history_note` in module `ns`
--> rdftk_skos/src/model/properties.rs:248:17
|
248 | ns::history_note().clone(),
| ^^^^^^^^^^^^ not found in `ns`
|
cannot find function `history_note` in module `ns`:
rdftk_skos/src/model/properties.rs#L244
error[E0425]: cannot find function `history_note` in module `ns`
--> rdftk_skos/src/model/properties.rs:244:23
|
244 | Self::new(ns::history_note().clone(), text)
| ^^^^^^^^^^^^ not found in `ns`
|
cannot find function `example` in module `ns`:
rdftk_skos/src/model/properties.rs#L238
error[E0425]: cannot find function `example` in module `ns`
--> rdftk_skos/src/model/properties.rs:238:17
|
238 | ns::example().clone(),
| ^^^^^^^ not found in `ns`
|
cannot find function `change_note` in module `ns`:
rdftk_skos/src/model/properties.rs#L204
error[E0425]: cannot find function `change_note` in module `ns`
--> rdftk_skos/src/model/properties.rs:204:23
|
204 | Self::new(ns::change_note().clone(), text)
| ^^^^^^^^^^^ not found in `ns`
|
cannot find function `example` in module `ns`:
rdftk_skos/src/model/properties.rs#L234
error[E0425]: cannot find function `example` in module `ns`
--> rdftk_skos/src/model/properties.rs:234:23
|
234 | Self::new(ns::example().clone(), text)
| ^^^^^^^ not found in `ns`
|
cannot find function `editorial_note` in module `ns`:
rdftk_skos/src/model/properties.rs#L228
error[E0425]: cannot find function `editorial_note` in module `ns`
--> rdftk_skos/src/model/properties.rs:228:17
|
228 | ns::editorial_note().clone(),
| ^^^^^^^^^^^^^^ not found in `ns`
|
cannot find function `editorial_note` in module `ns`:
rdftk_skos/src/model/properties.rs#L224
error[E0425]: cannot find function `editorial_note` in module `ns`
--> rdftk_skos/src/model/properties.rs:224:23
|
224 | Self::new(ns::editorial_note().clone(), text)
| ^^^^^^^^^^^^^^ not found in `ns`
|
cannot find function `hidden_label` in module `ns`:
rdftk_skos/src/model/properties.rs#L80
error[E0425]: cannot find function `hidden_label` in module `ns`
--> rdftk_skos/src/model/properties.rs:80:33
|
80 | Self::Hidden => ns::hidden_label(),
| ^^^^^^^^^^^^ not found in `ns`
|
cannot find function `definition` in module `ns`:
rdftk_skos/src/model/properties.rs#L218
error[E0425]: cannot find function `definition` in module `ns`
--> rdftk_skos/src/model/properties.rs:218:17
|
218 | ns::definition().clone(),
| ^^^^^^^^^^ not found in `ns`
|
cannot find function `definition` in module `ns`:
rdftk_skos/src/model/properties.rs#L214
error[E0425]: cannot find function `definition` in module `ns`
--> rdftk_skos/src/model/properties.rs:214:23
|
214 | Self::new(ns::definition().clone(), text)
| ^^^^^^^^^^ not found in `ns`
|
cannot find function `change_note` in module `ns`:
rdftk_skos/src/model/properties.rs#L208
error[E0425]: cannot find function `change_note` in module `ns`
--> rdftk_skos/src/model/properties.rs:208:17
|
208 | ns::change_note().clone(),
| ^^^^^^^^^^^ not found in `ns`
|
cannot find function `alt_label` in module `ns`:
rdftk_skos/src/model/properties.rs#L79
error[E0425]: cannot find function `alt_label` in module `ns`
--> rdftk_skos/src/model/properties.rs:79:38
|
79 | Self::Alternative => ns::alt_label(),
| ^^^^^^^^^ not found in `ns`
|
cannot find function `change_note` in module `ns`:
rdftk_skos/src/model/properties.rs#L204
error[E0425]: cannot find function `change_note` in module `ns`
--> rdftk_skos/src/model/properties.rs:204:23
|
204 | Self::new(ns::change_note().clone(), text)
| ^^^^^^^^^^^ not found in `ns`
|
cannot find function `hidden_label` in module `ns`:
rdftk_skos/src/model/properties.rs#L80
error[E0425]: cannot find function `hidden_label` in module `ns`
--> rdftk_skos/src/model/properties.rs:80:33
|
80 | Self::Hidden => ns::hidden_label(),
| ^^^^^^^^^^^^ not found in `ns`
|
cannot find function `alt_label` in module `ns`:
rdftk_skos/src/model/properties.rs#L79
error[E0425]: cannot find function `alt_label` in module `ns`
--> rdftk_skos/src/model/properties.rs:79:38
|
79 | Self::Alternative => ns::alt_label(),
| ^^^^^^^^^ not found in `ns`
|
cannot find function `pref_label` in module `ns`:
rdftk_skos/src/model/properties.rs#L78
error[E0425]: cannot find function `pref_label` in module `ns`
--> rdftk_skos/src/model/properties.rs:78:36
|
78 | Self::Preferred => ns::pref_label(),
| ^^^^^^^^^^ not found in `ns`
|
cannot find function `member` in module `ns`:
rdftk_skos/src/model/collection.rs#L179
error[E0425]: cannot find function `member` in module `ns`
--> rdftk_skos/src/model/collection.rs:179:37
|
179 | ... ns::member().clone(),
| ^^^^^^ not found in `ns`
|
help: consider importing one of these functions
|
13 + use crate::model::rdf::member;
|
13 + use rdftk_names::foaf::member;
|
13 + use rdftk_names::rdf::member;
|
13 + use rdftk_names::rdfs::member;
|
help: if you import `member`, refer to it directly
|
179 - ns::member().clone(),
179 + member().clone(),
|
|
cannot find function `pref_label` in module `ns`:
rdftk_skos/src/model/properties.rs#L78
error[E0425]: cannot find function `pref_label` in module `ns`
--> rdftk_skos/src/model/properties.rs:78:36
|
78 | Self::Preferred => ns::pref_label(),
| ^^^^^^^^^^ not found in `ns`
|
cannot find function `in_scheme` in module `ns`:
rdftk_skos/src/model/collection.rs#L157
error[E0425]: cannot find function `in_scheme` in module `ns`
--> rdftk_skos/src/model/collection.rs:157:53
|
157 | .statement(subject.clone(), ns::in_scheme().clone(), in_scheme.clone())
| ^^^^^^^^^ not found in `ns`
|
cannot find function `collection` in module `ns`:
rdftk_skos/src/model/collection.rs#L149
error[E0425]: cannot find function `collection` in module `ns`
--> rdftk_skos/src/model/collection.rs:149:53
|
149 | statements.named_object(ns::collection().clone()),
| ^^^^^^^^^^ not found in `ns`
|
help: consider importing one of these functions
|
13 + use crate::model::dc::dcmi_type::collection;
|
13 + use rdftk_names::dc::dcmi_type::collection;
|
help: if you import `collection`, refer to it directly
|
149 - statements.named_object(ns::collection().clone()),
149 + statements.named_object(collection().clone()),
|
|
cannot find function `ordered_collection` in module `ns`:
rdftk_skos/src/model/collection.rs#L139
error[E0425]: cannot find function `ordered_collection` in module `ns`
--> rdftk_skos/src/model/collection.rs:139:53
|
139 | statements.named_object(ns::ordered_collection().clone()),
| ^^^^^^^^^^^^^^^^^^ not found in `ns`
|
cannot find function `in_scheme` in module `ns`:
rdftk_skos/src/model/concept.rs#L169
error[E0425]: cannot find function `in_scheme` in module `ns`
--> rdftk_skos/src/model/concept.rs:169:53
|
169 | .statement(subject.clone(), ns::in_scheme().clone(), in_scheme.clone())
| ^^^^^^^^^ not found in `ns`
|
cannot find function `concept` in module `ns`:
rdftk_skos/src/model/concept.rs#L162
error[E0425]: cannot find function `concept` in module `ns`
--> rdftk_skos/src/model/concept.rs:162:49
|
162 | statements.named_object(ns::concept().clone()),
| ^^^^^^^ not found in `ns`
|
cannot find function `related` in module `ns`:
rdftk_skos/src/model/concept.rs#L70
error[E0425]: cannot find function `related` in module `ns`
--> rdftk_skos/src/model/concept.rs:70:41
|
70 | Self::InverseRelated => ns::related(),
| ^^^^^^^ not found in `ns`
|
cannot find function `related` in module `ns`:
rdftk_skos/src/model/concept.rs#L69
error[E0425]: cannot find function `related` in module `ns`
--> rdftk_skos/src/model/concept.rs:69:34
|
69 | Self::Related => ns::related(),
| ^^^^^^^ not found in `ns`
|
cannot find function `broader_instantial` in module `ns::iso`:
rdftk_skos/src/model/concept.rs#L68
error[E0425]: cannot find function `broader_instantial` in module `ns::iso`
--> rdftk_skos/src/model/concept.rs:68:49
|
68 | Self::BroaderInstantial => ns::iso::broader_instantial(),
| ^^^^^^^^^^^^^^^^^^ not found in `ns::iso`
|
cannot find function `broader_partitive` in module `ns::iso`:
rdftk_skos/src/model/concept.rs#L67
error[E0425]: cannot find function `broader_partitive` in module `ns::iso`
--> rdftk_skos/src/model/concept.rs:67:48
|
67 | Self::BroaderPartitive => ns::iso::broader_partitive(),
| ^^^^^^^^^^^^^^^^^ not found in `ns::iso`
|
cannot find function `broader` in module `ns`:
rdftk_skos/src/model/concept.rs#L66
error[E0425]: cannot find function `broader` in module `ns`
--> rdftk_skos/src/model/concept.rs:66:34
|
66 | Self::Broader => ns::broader(),
| ^^^^^^^ not found in `ns`
|
cannot find function `narrower_instantial` in module `ns::iso`:
rdftk_skos/src/model/concept.rs#L65
error[E0425]: cannot find function `narrower_instantial` in module `ns::iso`
--> rdftk_skos/src/model/concept.rs:65:50
|
65 | Self::NarrowerInstantial => ns::iso::narrower_instantial(),
| ^^^^^^^^^^^^^^^^^^^ not found in `ns::iso`
|
cannot find function `narrower_partitive` in module `ns::iso`:
rdftk_skos/src/model/concept.rs#L64
error[E0425]: cannot find function `narrower_partitive` in module `ns::iso`
--> rdftk_skos/src/model/concept.rs:64:49
|
64 | Self::NarrowerPartitive => ns::iso::narrower_partitive(),
| ^^^^^^^^^^^^^^^^^^ not found in `ns::iso`
|
cannot find function `narrower` in module `ns`:
rdftk_skos/src/model/concept.rs#L63
error[E0425]: cannot find function `narrower` in module `ns`
--> rdftk_skos/src/model/concept.rs:63:35
|
63 | Self::Narrower => ns::narrower(),
| ^^^^^^^^ not found in `ns`
|
cannot find function `member` in module `ns`:
rdftk_skos/src/model/collection.rs#L179
error[E0425]: cannot find function `member` in module `ns`
--> rdftk_skos/src/model/collection.rs:179:37
|
179 | ... ns::member().clone(),
| ^^^^^^ not found in `ns`
|
help: consider importing one of these functions
|
13 + use crate::model::rdf::member;
|
13 + use rdftk_names::foaf::member;
|
13 + use rdftk_names::rdf::member;
|
13 + use rdftk_names::rdfs::member;
|
help: if you import `member`, refer to it directly
|
179 - ns::member().clone(),
179 + member().clone(),
|
|
cannot find function `in_scheme` in module `ns`:
rdftk_skos/src/model/collection.rs#L157
error[E0425]: cannot find function `in_scheme` in module `ns`
--> rdftk_skos/src/model/collection.rs:157:53
|
157 | .statement(subject.clone(), ns::in_scheme().clone(), in_scheme.clone())
| ^^^^^^^^^ not found in `ns`
|
cannot find function `collection` in module `ns`:
rdftk_skos/src/model/collection.rs#L149
error[E0425]: cannot find function `collection` in module `ns`
--> rdftk_skos/src/model/collection.rs:149:53
|
149 | statements.named_object(ns::collection().clone()),
| ^^^^^^^^^^ not found in `ns`
|
help: consider importing one of these functions
|
13 + use crate::model::dc::dcmi_type::collection;
|
13 + use rdftk_names::dc::dcmi_type::collection;
|
help: if you import `collection`, refer to it directly
|
149 - statements.named_object(ns::collection().clone()),
149 + statements.named_object(collection().clone()),
|
|
cannot find function `ordered_collection` in module `ns`:
rdftk_skos/src/model/collection.rs#L139
error[E0425]: cannot find function `ordered_collection` in module `ns`
--> rdftk_skos/src/model/collection.rs:139:53
|
139 | statements.named_object(ns::ordered_collection().clone()),
| ^^^^^^^^^^^^^^^^^^ not found in `ns`
|
cannot find function `in_scheme` in module `ns`:
rdftk_skos/src/model/concept.rs#L169
error[E0425]: cannot find function `in_scheme` in module `ns`
--> rdftk_skos/src/model/concept.rs:169:53
|
169 | .statement(subject.clone(), ns::in_scheme().clone(), in_scheme.clone())
| ^^^^^^^^^ not found in `ns`
|
cannot find function `concept` in module `ns`:
rdftk_skos/src/model/concept.rs#L162
error[E0425]: cannot find function `concept` in module `ns`
--> rdftk_skos/src/model/concept.rs:162:49
|
162 | statements.named_object(ns::concept().clone()),
| ^^^^^^^ not found in `ns`
|
cannot find function `related` in module `ns`:
rdftk_skos/src/model/concept.rs#L70
error[E0425]: cannot find function `related` in module `ns`
--> rdftk_skos/src/model/concept.rs:70:41
|
70 | Self::InverseRelated => ns::related(),
| ^^^^^^^ not found in `ns`
|
cannot find function `related` in module `ns`:
rdftk_skos/src/model/concept.rs#L69
error[E0425]: cannot find function `related` in module `ns`
--> rdftk_skos/src/model/concept.rs:69:34
|
69 | Self::Related => ns::related(),
| ^^^^^^^ not found in `ns`
|
cannot find function `broader_instantial` in module `ns::iso`:
rdftk_skos/src/model/concept.rs#L68
error[E0425]: cannot find function `broader_instantial` in module `ns::iso`
--> rdftk_skos/src/model/concept.rs:68:49
|
68 | Self::BroaderInstantial => ns::iso::broader_instantial(),
| ^^^^^^^^^^^^^^^^^^ not found in `ns::iso`
|
cannot find function `broader_partitive` in module `ns::iso`:
rdftk_skos/src/model/concept.rs#L67
error[E0425]: cannot find function `broader_partitive` in module `ns::iso`
--> rdftk_skos/src/model/concept.rs:67:48
|
67 | Self::BroaderPartitive => ns::iso::broader_partitive(),
| ^^^^^^^^^^^^^^^^^ not found in `ns::iso`
|
cannot find function `broader` in module `ns`:
rdftk_skos/src/model/concept.rs#L66
error[E0425]: cannot find function `broader` in module `ns`
--> rdftk_skos/src/model/concept.rs:66:34
|
66 | Self::Broader => ns::broader(),
| ^^^^^^^ not found in `ns`
|
cannot find function `narrower_instantial` in module `ns::iso`:
rdftk_skos/src/model/concept.rs#L65
error[E0425]: cannot find function `narrower_instantial` in module `ns::iso`
--> rdftk_skos/src/model/concept.rs:65:50
|
65 | Self::NarrowerInstantial => ns::iso::narrower_instantial(),
| ^^^^^^^^^^^^^^^^^^^ not found in `ns::iso`
|
cannot find function `narrower_partitive` in module `ns::iso`:
rdftk_skos/src/model/concept.rs#L64
error[E0425]: cannot find function `narrower_partitive` in module `ns::iso`
--> rdftk_skos/src/model/concept.rs:64:49
|
64 | Self::NarrowerPartitive => ns::iso::narrower_partitive(),
| ^^^^^^^^^^^^^^^^^^ not found in `ns::iso`
|
cannot find function `narrower` in module `ns`:
rdftk_skos/src/model/concept.rs#L63
error[E0425]: cannot find function `narrower` in module `ns`
--> rdftk_skos/src/model/concept.rs:63:35
|
63 | Self::Narrower => ns::narrower(),
| ^^^^^^^^ not found in `ns`
|
cannot find function `in_scheme` in module `ns`:
rdftk_skos/src/model/scheme.rs#L148
error[E0425]: cannot find function `in_scheme` in module `ns`
--> rdftk_skos/src/model/scheme.rs:148:29
|
148 | ns::in_scheme().clone(),
| ^^^^^^^^^ not found in `ns`
|
cannot find function `has_top_concept` in module `ns`:
rdftk_skos/src/model/scheme.rs#L130
error[E0425]: cannot find function `has_top_concept` in module `ns`
--> rdftk_skos/src/model/scheme.rs:130:33
|
130 | ... ns::has_top_concept().clone(),
| ^^^^^^^^^^^^^^^ not found in `ns`
|
cannot find function `in_scheme` in module `ns`:
rdftk_skos/src/model/scheme.rs#L148
error[E0425]: cannot find function `in_scheme` in module `ns`
--> rdftk_skos/src/model/scheme.rs:148:29
|
148 | ns::in_scheme().clone(),
| ^^^^^^^^^ not found in `ns`
|
cannot find function `has_top_concept` in module `ns`:
rdftk_skos/src/model/scheme.rs#L130
error[E0425]: cannot find function `has_top_concept` in module `ns`
--> rdftk_skos/src/model/scheme.rs:130:33
|
130 | ... ns::has_top_concept().clone(),
| ^^^^^^^^^^^^^^^ not found in `ns`
|
cannot find function `top_concept_of` in module `ns`:
rdftk_skos/src/model/scheme.rs#L121
error[E0425]: cannot find function `top_concept_of` in module `ns`
--> rdftk_skos/src/model/scheme.rs:121:33
|
121 | ... ns::top_concept_of().clone(),
| ^^^^^^^^^^^^^^ not found in `ns`
|
cannot find function `concept_scheme` in module `ns`:
rdftk_skos/src/model/scheme.rs#L99
error[E0425]: cannot find function `concept_scheme` in module `ns`
--> rdftk_skos/src/model/scheme.rs:99:49
|
99 | statements.named_object(ns::concept_scheme().clone()),
| ^^^^^^^^^^^^^^ not found in `ns`
|
cannot find function `namespace_iri` in module `xsd`:
rdftk_skos/src/model/mod.rs#L174
error[E0425]: cannot find function `namespace_iri` in module `xsd`
--> rdftk_skos/src/model/mod.rs:174:65
|
174 | let _ = mut_mappings.insert(xsd::default_prefix(), xsd::namespace_iri().clone());
| ^^^^^^^^^^^^^ help: a function with a similar name exists: `namespace_str`
|
::: /home/runner/work/rust-rdftk/rust-rdftk/rdftk_names/src/xsd.rs:5:1
|
5 | / namespace! {
6 | | "xsd",
7 | | "http://www.w3.org/2001/XMLSchema#",
8 | | {
... |
53 | | }
54 | | }
| |_- similarly named function `namespace_str` defined here
|
cannot find function `namespace_iri` in module `owl`:
rdftk_skos/src/model/mod.rs#L173
error[E0425]: cannot find function `namespace_iri` in module `owl`
--> rdftk_skos/src/model/mod.rs:173:65
|
173 | let _ = mut_mappings.insert(owl::default_prefix(), owl::namespace_iri().clone());
| ^^^^^^^^^^^^^ help: a function with a similar name exists: `namespace_str`
|
::: /home/runner/work/rust-rdftk/rust-rdftk/rdftk_names/src/owl.rs:6:1
|
6 | / namespace! {
7 | | "owl",
8 | | "http://www.w3.org/2002/07/owl#",
9 | | {
... |
81 | | }
82 | | }
| |_- similarly named function `namespace_str` defined here
|
cannot find function `top_concept_of` in module `ns`:
rdftk_skos/src/model/scheme.rs#L121
error[E0425]: cannot find function `top_concept_of` in module `ns`
--> rdftk_skos/src/model/scheme.rs:121:33
|
121 | ... ns::top_concept_of().clone(),
| ^^^^^^^^^^^^^^ not found in `ns`
|
cannot find function `concept_scheme` in module `ns`:
rdftk_skos/src/model/scheme.rs#L99
error[E0425]: cannot find function `concept_scheme` in module `ns`
--> rdftk_skos/src/model/scheme.rs:99:49
|
99 | statements.named_object(ns::concept_scheme().clone()),
| ^^^^^^^^^^^^^^ not found in `ns`
|
cannot find function `namespace_iri` in module `rdf`:
rdftk_skos/src/model/mod.rs#L172
error[E0425]: cannot find function `namespace_iri` in module `rdf`
--> rdftk_skos/src/model/mod.rs:172:65
|
172 | let _ = mut_mappings.insert(rdf::default_prefix(), rdf::namespace_iri().clone());
| ^^^^^^^^^^^^^ help: a function with a similar name exists: `namespace_str`
|
::: /home/runner/work/rust-rdftk/rust-rdftk/rdftk_names/src/rdf.rs:8:1
|
8 | / namespace! {
9 | | "rdf",
10 | | "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
11 | | {
... |
35 | | }
36 | | }
| |_- similarly named function `namespace_str` defined here
|
cannot find function `namespace_iri` in module `dc::terms`:
rdftk_skos/src/model/mod.rs#L170
error[E0425]: cannot find function `namespace_iri` in module `dc::terms`
--> rdftk_skos/src/model/mod.rs:170:24
|
170 | dc::terms::namespace_iri().clone(),
| ^^^^^^^^^^^^^ help: a function with a similar name exists: `namespace_str`
|
::: /home/runner/work/rust-rdftk/rust-rdftk/rdftk_names/src/dc/terms.rs:7:1
|
7 | / namespace! {
8 | | "dcterms",
9 | | "http://purl.org/dc/terms/",
10 | | {
... |
108 | | }
109 | | }
| |_- similarly named function `namespace_str` defined here
|
cannot find function `namespace_iri` in module `xsd`:
rdftk_skos/src/model/mod.rs#L174
error[E0425]: cannot find function `namespace_iri` in module `xsd`
--> rdftk_skos/src/model/mod.rs:174:65
|
174 | let _ = mut_mappings.insert(xsd::default_prefix(), xsd::namespace_iri().clone());
| ^^^^^^^^^^^^^ help: a function with a similar name exists: `namespace_str`
|
::: /home/runner/work/rust-rdftk/rust-rdftk/rdftk_names/src/xsd.rs:5:1
|
5 | / namespace! {
6 | | "xsd",
7 | | "http://www.w3.org/2001/XMLSchema#",
8 | | {
... |
53 | | }
54 | | }
| |_- similarly named function `namespace_str` defined here
|
cannot find function `namespace_iri` in module `ns::term_status`:
rdftk_skos/src/model/mod.rs#L166
error[E0425]: cannot find function `namespace_iri` in module `ns::term_status`
--> rdftk_skos/src/model/mod.rs:166:30
|
166 | ns::term_status::namespace_iri().clone(),
| ^^^^^^^^^^^^^ not found in `ns::term_status`
|
cannot find function `default_prefix` in module `ns::term_status`:
rdftk_skos/src/model/mod.rs#L165
error[E0425]: cannot find function `default_prefix` in module `ns::term_status`
--> rdftk_skos/src/model/mod.rs:165:30
|
165 | ns::term_status::default_prefix(),
| ^^^^^^^^^^^^^^ not found in `ns::term_status`
|
help: consider importing one of these functions
|
6 + use crate::model::dc::dcam::default_prefix;
|
6 + use crate::model::dc::dcmi_type::default_prefix;
|
6 + use crate::model::dc::elements::default_prefix;
|
6 + use crate::model::dc::terms::default_prefix;
|
and 13 other candidates
help: if you import `default_prefix`, refer to it directly
|
165 - ns::term_status::default_prefix(),
165 + default_prefix(),
|
|
cannot find function `namespace_iri` in module `ns::iso`:
rdftk_skos/src/model/mod.rs#L163
error[E0425]: cannot find function `namespace_iri` in module `ns::iso`
--> rdftk_skos/src/model/mod.rs:163:73
|
163 | let _ = mut_mappings.insert(ns::iso::default_prefix(), ns::iso::namespace_iri().clone());
| ^^^^^^^^^^^^^ not found in `ns::iso`
|
cannot find function `namespace_iri` in module `owl`:
rdftk_skos/src/model/mod.rs#L173
error[E0425]: cannot find function `namespace_iri` in module `owl`
--> rdftk_skos/src/model/mod.rs:173:65
|
173 | let _ = mut_mappings.insert(owl::default_prefix(), owl::namespace_iri().clone());
| ^^^^^^^^^^^^^ help: a function with a similar name exists: `namespace_str`
|
::: /home/runner/work/rust-rdftk/rust-rdftk/rdftk_names/src/owl.rs:6:1
|
6 | / namespace! {
7 | | "owl",
8 | | "http://www.w3.org/2002/07/owl#",
9 | | {
... |
81 | | }
82 | | }
| |_- similarly named function `namespace_str` defined here
|
cannot find function `default_prefix` in module `ns::iso`:
rdftk_skos/src/model/mod.rs#L163
error[E0425]: cannot find function `default_prefix` in module `ns::iso`
--> rdftk_skos/src/model/mod.rs:163:46
|
163 | let _ = mut_mappings.insert(ns::iso::default_prefix(), ns::iso::namespace_iri().clone());
| ^^^^^^^^^^^^^^ not found in `ns::iso`
|
help: consider importing one of these functions
|
6 + use crate::model::dc::dcam::default_prefix;
|
6 + use crate::model::dc::dcmi_type::default_prefix;
|
6 + use crate::model::dc::elements::default_prefix;
|
6 + use crate::model::dc::terms::default_prefix;
|
and 13 other candidates
help: if you import `default_prefix`, refer to it directly
|
163 - let _ = mut_mappings.insert(ns::iso::default_prefix(), ns::iso::namespace_iri().clone());
163 + let _ = mut_mappings.insert(default_prefix(), ns::iso::namespace_iri().clone());
|
|
cannot find function `namespace_iri` in module `ns::xl`:
rdftk_skos/src/model/mod.rs#L162
error[E0425]: cannot find function `namespace_iri` in module `ns::xl`
--> rdftk_skos/src/model/mod.rs:162:71
|
162 | let _ = mut_mappings.insert(ns::xl::default_prefix(), ns::xl::namespace_iri().clone());
| ^^^^^^^^^^^^^ not found in `ns::xl`
|
cannot find function `default_prefix` in module `ns::xl`:
rdftk_skos/src/model/mod.rs#L162
error[E0425]: cannot find function `default_prefix` in module `ns::xl`
--> rdftk_skos/src/model/mod.rs:162:45
|
162 | let _ = mut_mappings.insert(ns::xl::default_prefix(), ns::xl::namespace_iri().clone());
| ^^^^^^^^^^^^^^ not found in `ns::xl`
|
help: consider importing one of these functions
|
6 + use crate::model::dc::dcam::default_prefix;
|
6 + use crate::model::dc::dcmi_type::default_prefix;
|
6 + use crate::model::dc::elements::default_prefix;
|
6 + use crate::model::dc::terms::default_prefix;
|
and 13 other candidates
help: if you import `default_prefix`, refer to it directly
|
162 - let _ = mut_mappings.insert(ns::xl::default_prefix(), ns::xl::namespace_iri().clone());
162 + let _ = mut_mappings.insert(default_prefix(), ns::xl::namespace_iri().clone());
|
|
cannot find function `namespace_iri` in module `ns`:
rdftk_skos/src/model/mod.rs#L161
error[E0425]: cannot find function `namespace_iri` in module `ns`
--> rdftk_skos/src/model/mod.rs:161:63
|
161 | let _ = mut_mappings.insert(ns::default_prefix(), ns::namespace_iri().clone());
| ^^^^^^^^^^^^^ not found in `ns`
|
cannot find function `namespace_iri` in module `rdf`:
rdftk_skos/src/model/mod.rs#L172
error[E0425]: cannot find function `namespace_iri` in module `rdf`
--> rdftk_skos/src/model/mod.rs:172:65
|
172 | let _ = mut_mappings.insert(rdf::default_prefix(), rdf::namespace_iri().clone());
| ^^^^^^^^^^^^^ help: a function with a similar name exists: `namespace_str`
|
::: /home/runner/work/rust-rdftk/rust-rdftk/rdftk_names/src/rdf.rs:8:1
|
8 | / namespace! {
9 | | "rdf",
10 | | "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
11 | | {
... |
35 | | }
36 | | }
| |_- similarly named function `namespace_str` defined here
|
cannot find function `default_prefix` in module `ns`:
rdftk_skos/src/model/mod.rs#L161
error[E0425]: cannot find function `default_prefix` in module `ns`
--> rdftk_skos/src/model/mod.rs:161:41
|
161 | let _ = mut_mappings.insert(ns::default_prefix(), ns::namespace_iri().clone());
| ^^^^^^^^^^^^^^ not found in `ns`
|
help: consider importing one of these functions
|
6 + use crate::model::dc::dcam::default_prefix;
|
6 + use crate::model::dc::dcmi_type::default_prefix;
|
6 + use crate::model::dc::elements::default_prefix;
|
6 + use crate::model::dc::terms::default_prefix;
|
and 13 other candidates
help: if you import `default_prefix`, refer to it directly
|
161 - let _ = mut_mappings.insert(ns::default_prefix(), ns::namespace_iri().clone());
161 + let _ = mut_mappings.insert(default_prefix(), ns::namespace_iri().clone());
|
|
cannot find function `namespace_iri` in module `dc::terms`:
rdftk_skos/src/model/mod.rs#L170
error[E0425]: cannot find function `namespace_iri` in module `dc::terms`
--> rdftk_skos/src/model/mod.rs:170:24
|
170 | dc::terms::namespace_iri().clone(),
| ^^^^^^^^^^^^^ help: a function with a similar name exists: `namespace_str`
|
::: /home/runner/work/rust-rdftk/rust-rdftk/rdftk_names/src/dc/terms.rs:7:1
|
7 | / namespace! {
8 | | "dcterms",
9 | | "http://purl.org/dc/terms/",
10 | | {
... |
108 | | }
109 | | }
| |_- similarly named function `namespace_str` defined here
|
cannot find function `namespace_iri` in module `ns::term_status`:
rdftk_skos/src/model/mod.rs#L166
error[E0425]: cannot find function `namespace_iri` in module `ns::term_status`
--> rdftk_skos/src/model/mod.rs:166:30
|
166 | ns::term_status::namespace_iri().clone(),
| ^^^^^^^^^^^^^ not found in `ns::term_status`
|
cannot find function `default_prefix` in module `ns::term_status`:
rdftk_skos/src/model/mod.rs#L165
error[E0425]: cannot find function `default_prefix` in module `ns::term_status`
--> rdftk_skos/src/model/mod.rs:165:30
|
165 | ns::term_status::default_prefix(),
| ^^^^^^^^^^^^^^ not found in `ns::term_status`
|
help: consider importing one of these functions
|
6 + use crate::model::dc::dcam::default_prefix;
|
6 + use crate::model::dc::dcmi_type::default_prefix;
|
6 + use crate::model::dc::elements::default_prefix;
|
6 + use crate::model::dc::terms::default_prefix;
|
and 13 other candidates
help: if you import `default_prefix`, refer to it directly
|
165 - ns::term_status::default_prefix(),
165 + default_prefix(),
|
|
cannot find function `namespace_iri` in module `ns::iso`:
rdftk_skos/src/model/mod.rs#L163
error[E0425]: cannot find function `namespace_iri` in module `ns::iso`
--> rdftk_skos/src/model/mod.rs:163:73
|
163 | let _ = mut_mappings.insert(ns::iso::default_prefix(), ns::iso::namespace_iri().clone());
| ^^^^^^^^^^^^^ not found in `ns::iso`
|
cannot find function `default_prefix` in module `ns::iso`:
rdftk_skos/src/model/mod.rs#L163
error[E0425]: cannot find function `default_prefix` in module `ns::iso`
--> rdftk_skos/src/model/mod.rs:163:46
|
163 | let _ = mut_mappings.insert(ns::iso::default_prefix(), ns::iso::namespace_iri().clone());
| ^^^^^^^^^^^^^^ not found in `ns::iso`
|
help: consider importing one of these functions
|
6 + use crate::model::dc::dcam::default_prefix;
|
6 + use crate::model::dc::dcmi_type::default_prefix;
|
6 + use crate::model::dc::elements::default_prefix;
|
6 + use crate::model::dc::terms::default_prefix;
|
and 13 other candidates
help: if you import `default_prefix`, refer to it directly
|
163 - let _ = mut_mappings.insert(ns::iso::default_prefix(), ns::iso::namespace_iri().clone());
163 + let _ = mut_mappings.insert(default_prefix(), ns::iso::namespace_iri().clone());
|
|
cannot find function `namespace_iri` in module `ns::xl`:
rdftk_skos/src/model/mod.rs#L162
error[E0425]: cannot find function `namespace_iri` in module `ns::xl`
--> rdftk_skos/src/model/mod.rs:162:71
|
162 | let _ = mut_mappings.insert(ns::xl::default_prefix(), ns::xl::namespace_iri().clone());
| ^^^^^^^^^^^^^ not found in `ns::xl`
|
cannot find function `default_prefix` in module `ns::xl`:
rdftk_skos/src/model/mod.rs#L162
error[E0425]: cannot find function `default_prefix` in module `ns::xl`
--> rdftk_skos/src/model/mod.rs:162:45
|
162 | let _ = mut_mappings.insert(ns::xl::default_prefix(), ns::xl::namespace_iri().clone());
| ^^^^^^^^^^^^^^ not found in `ns::xl`
|
help: consider importing one of these functions
|
6 + use crate::model::dc::dcam::default_prefix;
|
6 + use crate::model::dc::dcmi_type::default_prefix;
|
6 + use crate::model::dc::elements::default_prefix;
|
6 + use crate::model::dc::terms::default_prefix;
|
and 13 other candidates
help: if you import `default_prefix`, refer to it directly
|
162 - let _ = mut_mappings.insert(ns::xl::default_prefix(), ns::xl::namespace_iri().clone());
162 + let _ = mut_mappings.insert(default_prefix(), ns::xl::namespace_iri().clone());
|
|
cannot find function `namespace_iri` in module `ns`:
rdftk_skos/src/model/mod.rs#L161
error[E0425]: cannot find function `namespace_iri` in module `ns`
--> rdftk_skos/src/model/mod.rs:161:63
|
161 | let _ = mut_mappings.insert(ns::default_prefix(), ns::namespace_iri().clone());
| ^^^^^^^^^^^^^ not found in `ns`
|
cannot find function `default_prefix` in module `ns`:
rdftk_skos/src/model/mod.rs#L161
error[E0425]: cannot find function `default_prefix` in module `ns`
--> rdftk_skos/src/model/mod.rs:161:41
|
161 | let _ = mut_mappings.insert(ns::default_prefix(), ns::namespace_iri().clone());
| ^^^^^^^^^^^^^^ not found in `ns`
|
help: consider importing one of these functions
|
6 + use crate::model::dc::dcam::default_prefix;
|
6 + use crate::model::dc::dcmi_type::default_prefix;
|
6 + use crate::model::dc::elements::default_prefix;
|
6 + use crate::model::dc::terms::default_prefix;
|
and 13 other candidates
help: if you import `default_prefix`, refer to it directly
|
161 - let _ = mut_mappings.insert(ns::default_prefix(), ns::namespace_iri().clone());
161 + let _ = mut_mappings.insert(default_prefix(), ns::namespace_iri().clone());
|
|
cannot find function `concept_scheme` in module `ns`:
rdftk_skos/src/model/mod.rs#L145
error[E0425]: cannot find function `concept_scheme` in module `ns`
--> rdftk_skos/src/model/mod.rs:145:82
|
145 | if st.predicate() == rdf::a_type() && object_eq_iri(st.object(), ns::concept_scheme()) {
| ^^^^^^^^^^^^^^ not found in `ns`
|
cannot find function `definition` in module `ns`:
rdftk_skos/src/document.rs#L218
error[E0425]: cannot find function `definition` in module `ns`
--> rdftk_skos/src/document.rs:218:33
|
218 | prop.predicate() == ns::definition() && prop.language() == context.language.as_ref()
| ^^^^^^^^^^ not found in `ns`
|
cannot find function `concept_scheme` in module `ns`:
rdftk_skos/src/model/mod.rs#L145
error[E0425]: cannot find function `concept_scheme` in module `ns`
--> rdftk_skos/src/model/mod.rs:145:82
|
145 | if st.predicate() == rdf::a_type() && object_eq_iri(st.object(), ns::concept_scheme()) {
| ^^^^^^^^^^^^^^ not found in `ns`
|
cannot find function `definition` in module `ns`:
rdftk_skos/src/document.rs#L218
error[E0425]: cannot find function `definition` in module `ns`
--> rdftk_skos/src/document.rs:218:33
|
218 | prop.predicate() == ns::definition() && prop.language() == context.language.as_ref()
| ^^^^^^^^^^ not found in `ns`
|
unresolved import `rdftk_core::simple::empty_mappings`:
rdftk_skos/src/model/mod.rs#L207
error[E0432]: unresolved import `rdftk_core::simple::empty_mappings`
--> rdftk_skos/src/model/mod.rs:207:5
|
207 | use rdftk_core::simple::empty_mappings;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `empty_mappings` in `simple`
|
unresolved import `rdftk_iri::IRIRef`:
rdftk_skos/src/model/properties.rs#L17
error[E0432]: unresolved import `rdftk_iri::IRIRef`
--> rdftk_skos/src/model/properties.rs:17:5
|
17 | use rdftk_iri::IRIRef;
| ^^^^^^^^^^^^^^^^^ no `IRIRef` in the root
|
help: a similar name exists in the module
|
17 | use rdftk_iri::IriRef;
| ~~~~~~
help: consider importing this unresolved item through its public re-export instead
|
17 | use crate::model::IRIRef;
| ~~~~~~~~~~~~~~~~~~~~
|
unresolved import `rdftk_iri::IRIRef`:
rdftk_skos/src/model/collection.rs#L21
error[E0432]: unresolved import `rdftk_iri::IRIRef`
--> rdftk_skos/src/model/collection.rs:21:5
|
21 | use rdftk_iri::IRIRef;
| ^^^^^^^^^^^^^^^^^ no `IRIRef` in the root
|
help: a similar name exists in the module
|
21 | use rdftk_iri::IriRef;
| ~~~~~~
help: consider importing this unresolved item through its public re-export instead
|
21 | use crate::model::IRIRef;
| ~~~~~~~~~~~~~~~~~~~~
|
unresolved import `rdftk_iri::IRIRef`:
rdftk_skos/src/model/concept.rs#L19
error[E0432]: unresolved import `rdftk_iri::IRIRef`
--> rdftk_skos/src/model/concept.rs:19:5
|
19 | use rdftk_iri::IRIRef;
| ^^^^^^^^^^^^^^^^^ no `IRIRef` in the root
|
help: a similar name exists in the module
|
19 | use rdftk_iri::IriRef;
| ~~~~~~
help: consider importing this unresolved item through its public re-export instead
|
19 | use crate::model::IRIRef;
| ~~~~~~~~~~~~~~~~~~~~
|
unresolved import `rdftk_iri::IRIRef`:
rdftk_skos/src/model/scheme.rs#L21
error[E0432]: unresolved import `rdftk_iri::IRIRef`
--> rdftk_skos/src/model/scheme.rs:21:5
|
21 | use rdftk_iri::IRIRef;
| ^^^^^^^^^^^^^^^^^ no `IRIRef` in the root
|
help: a similar name exists in the module
|
21 | use rdftk_iri::IriRef;
| ~~~~~~
help: consider importing this unresolved item through its public re-export instead
|
21 | use crate::model::IRIRef;
| ~~~~~~~~~~~~~~~~~~~~
|
unresolved import `rdftk_iri::IRIRef`:
rdftk_skos/src/model/mod.rs#L12
error[E0432]: unresolved import `rdftk_iri::IRIRef`
--> rdftk_skos/src/model/mod.rs:12:5
|
12 | use rdftk_iri::IRIRef;
| ^^^^^^^^^^^------
| | |
| | help: a similar name exists in the module: `IriRef`
| no `IRIRef` in the root
|
unresolved import `rdftk_iri::IRIRef`:
rdftk_skos/src/document.rs#L18
error[E0432]: unresolved import `rdftk_iri::IRIRef`
--> rdftk_skos/src/document.rs:18:5
|
18 | use rdftk_iri::IRIRef;
| ^^^^^^^^^^^------
| | |
| | help: a similar name exists in the module: `IriRef`
| no `IRIRef` in the root
|
unresolved import `rdftk_core::simple::empty_mappings`:
rdftk_skos/src/model/mod.rs#L207
error[E0432]: unresolved import `rdftk_core::simple::empty_mappings`
--> rdftk_skos/src/model/mod.rs:207:5
|
207 | use rdftk_core::simple::empty_mappings;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `empty_mappings` in `simple`
|
unresolved import `rdftk_iri::IRIRef`:
rdftk_skos/src/model/properties.rs#L17
error[E0432]: unresolved import `rdftk_iri::IRIRef`
--> rdftk_skos/src/model/properties.rs:17:5
|
17 | use rdftk_iri::IRIRef;
| ^^^^^^^^^^^^^^^^^ no `IRIRef` in the root
|
help: a similar name exists in the module
|
17 | use rdftk_iri::IriRef;
| ~~~~~~
help: consider importing this unresolved item through its public re-export instead
|
17 | use crate::model::IRIRef;
| ~~~~~~~~~~~~~~~~~~~~
|
unresolved import `rdftk_iri::IRIRef`:
rdftk_skos/src/model/collection.rs#L21
error[E0432]: unresolved import `rdftk_iri::IRIRef`
--> rdftk_skos/src/model/collection.rs:21:5
|
21 | use rdftk_iri::IRIRef;
| ^^^^^^^^^^^^^^^^^ no `IRIRef` in the root
|
help: a similar name exists in the module
|
21 | use rdftk_iri::IriRef;
| ~~~~~~
help: consider importing this unresolved item through its public re-export instead
|
21 | use crate::model::IRIRef;
| ~~~~~~~~~~~~~~~~~~~~
|
unresolved import `rdftk_iri::IRIRef`:
rdftk_skos/src/model/concept.rs#L19
error[E0432]: unresolved import `rdftk_iri::IRIRef`
--> rdftk_skos/src/model/concept.rs:19:5
|
19 | use rdftk_iri::IRIRef;
| ^^^^^^^^^^^^^^^^^ no `IRIRef` in the root
|
help: a similar name exists in the module
|
19 | use rdftk_iri::IriRef;
| ~~~~~~
help: consider importing this unresolved item through its public re-export instead
|
19 | use crate::model::IRIRef;
| ~~~~~~~~~~~~~~~~~~~~
|
unresolved import `rdftk_iri::IRIRef`:
rdftk_skos/src/model/scheme.rs#L21
error[E0432]: unresolved import `rdftk_iri::IRIRef`
--> rdftk_skos/src/model/scheme.rs:21:5
|
21 | use rdftk_iri::IRIRef;
| ^^^^^^^^^^^^^^^^^ no `IRIRef` in the root
|
help: a similar name exists in the module
|
21 | use rdftk_iri::IriRef;
| ~~~~~~
help: consider importing this unresolved item through its public re-export instead
|
21 | use crate::model::IRIRef;
| ~~~~~~~~~~~~~~~~~~~~
|
unresolved import `rdftk_iri::IRIRef`:
rdftk_skos/src/model/mod.rs#L12
error[E0432]: unresolved import `rdftk_iri::IRIRef`
--> rdftk_skos/src/model/mod.rs:12:5
|
12 | use rdftk_iri::IRIRef;
| ^^^^^^^^^^^------
| | |
| | help: a similar name exists in the module: `IriRef`
| no `IRIRef` in the root
|
unresolved import `rdftk_iri::IRIRef`:
rdftk_skos/src/document.rs#L18
error[E0432]: unresolved import `rdftk_iri::IRIRef`
--> rdftk_skos/src/document.rs:18:5
|
18 | use rdftk_iri::IRIRef;
| ^^^^^^^^^^^------
| | |
| | help: a similar name exists in the module: `IriRef`
| no `IRIRef` in the root
|
unresolved import `rdftk_io::write_graph_to_string`:
rdftk_skos/src/document.rs#L17
error[E0432]: unresolved import `rdftk_io::write_graph_to_string`
--> rdftk_skos/src/document.rs:17:5
|
17 | use rdftk_io::write_graph_to_string;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `write_graph_to_string` in the root
|
unresolved import `rdftk_io::write_graph_to_string`:
rdftk_skos/src/document.rs#L17
error[E0432]: unresolved import `rdftk_io::write_graph_to_string`
--> rdftk_skos/src/document.rs:17:5
|
17 | use rdftk_io::write_graph_to_string;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `write_graph_to_string` in the root
|
security_audit
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/audit-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
security_audit
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/audit-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|