Skip to content

compilation warning: recursive call site #279

@bestouff

Description

@bestouff
   Compiling hyper v0.1.7
     Running `rustc /home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.1.7/src/lib.rs --crate-name hyper --crate-type lib -g -C metadata=24a8dc85bc5bf743 -C extra-filename=-24a8dc85bc5bf743 --out-dir /home/xav/toysarust/target/deps --emit=dep-info,link -L dependency=/home/xav/toysarust/target/deps -L dependency=/home/xav/toysarust/target/deps --extern log=/home/xav/toysarust/target/deps/liblog-f0ef1925541ff495.rlib --extern url=/home/xav/toysarust/target/deps/liburl-4c384fb33b0bde93.rlib --extern time=/home/xav/toysarust/target/deps/libtime-24f9c2dbbbc6f19b.rlib --extern openssl=/home/xav/toysarust/target/deps/libopenssl-9e47789a605aabbf.rlib --extern mucell=/home/xav/toysarust/target/deps/libmucell-ac2514f1ba9841c5.rlib --extern unsafe-any=/home/xav/toysarust/target/deps/libunsafe-any-3f018797a3613438.rlib --extern cookie=/home/xav/toysarust/target/deps/libcookie-4a08a2c06bb5c4fc.rlib --extern unicase=/home/xav/toysarust/target/deps/libunicase-88de2458e97b894d.rlib --extern rustc-serialize=/home/xav/toysarust/target/deps/librustc-serialize-8214bc2e838e96ca.rlib --extern mime=/home/xav/toysarust/target/deps/libmime-115ca8125c42dc12.rlib -Awarnings -L native=/usr/lib/x86_64-linux-gnu -L native=/home/xav/toysarust/target/build/time-24f9c2dbbbc6f19b/out`
/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.1.7/src/lib.rs:249:5: 249:48 note: recursive call site
/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.1.7/src/lib.rs:249     _assert_send::<client::Request<net::Fresh>>();
                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.1.7/src/lib.rs:248:1: 251:2 help: a `loop` may express intention better if this is on purpose
/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.1.7/src/lib.rs:248 fn _assert_send<T: Send>() {
/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.1.7/src/lib.rs:249     _assert_send::<client::Request<net::Fresh>>();
/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.1.7/src/lib.rs:250     _assert_send::<client::Response>();
/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.1.7/src/lib.rs:251 }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions