mirror of https://github.com/OISF/suricata
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
For example:
error: lifetime flowing from input to output with different syntax can be confusing
--> htp/src/headers.rs:475:16
|
475 | fn null(input: &[u8]) -> IResult<&[u8], ParsedBytes> {
| ^^^^^ ----- ----------- the lifetimes get resolved as `'_`
| | |
| | the lifetimes get resolved as `'_`
| this lifetime flows to the output
|
note: the lint level is defined here
--> htp/src/lib.rs:3:9
This currently only happens when using the Rust nightly compiler, which
we use for our fuzz builds.
|
6 months ago | |
|---|---|---|
| .. | ||
| c_api | 6 months ago | |
| test | ||
| bstr.rs | ||
| config.rs | 7 months ago | |
| connection.rs | ||
| connection_parser.rs | 6 months ago | |
| decompressors.rs | 6 months ago | |
| error.rs | ||
| headers.rs | 6 months ago | |
| hook.rs | 7 months ago | |
| lib.rs | 6 months ago | |
| log.rs | ||
| parsers.rs | 6 months ago | |
| request.rs | ||
| request_generic.rs | ||
| response.rs | ||
| response_generic.rs | ||
| transaction.rs | 6 months ago | |
| transactions.rs | 6 months ago | |
| unicode_bestfit_map.rs | ||
| uri.rs | ||
| urlencoded.rs | ||
| utf8_decoder.rs | ||
| util.rs | ||