Draft: Organize code in crates (part 1) #23
Annotations
10 errors
|
cargo test:
crates/common/src/cookies.rs#L83
failed to resolve: use of undeclared type `Request`
|
|
cargo test:
crates/common/src/cookies.rs#L93
failed to resolve: use of undeclared type `Request`
|
|
cargo test:
crates/common/src/cookies.rs#L101
cannot find type `Request` in this scope
|
|
cargo test:
crates/common/src/cookies.rs#L101
failed to resolve: use of undeclared type `Request`
|
|
cargo test:
crates/common/src/cookies.rs#L109
failed to resolve: use of undeclared type `Request`
|
|
cargo test:
crates/common/src/synthetic.rs#L101
cannot find type `Request` in this scope
|
|
cargo test:
crates/common/src/synthetic.rs#L102
failed to resolve: use of undeclared type `Request`
|
|
cargo test:
crates/fastly/src/main.rs#L19
unused import: `crate::http_wrapper::FastlyRequestWrapper`
|
|
cargo test:
crates/fastly/src/main.rs#L33
the trait bound `fastly::Request: RequestWrapper` is not satisfied
|
|
cargo test:
crates/fastly/src/main.rs#L34
the trait bound `fastly::Request: RequestWrapper` is not satisfied
|