New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiler warnings on compiling diesel 0.12.0 (from crates.io) #824

Closed
weiznich opened this Issue Mar 23, 2017 · 1 comment

Comments

Projects
None yet
2 participants
@weiznich
Contributor

weiznich commented Mar 23, 2017

If I try to compile diesel 0.12.0 from crates.io rustc will emit several warnings with the following message:

warning: Quasi-quoting might make incremental compilation very inefficient: NtExpr(..)

Expected:
Compiling diesel from crates.io does not show any warning

Environment:
rustc 1.17.0-nightly (8c4f2c64c 2017-03-22)
export CARGO_INCREMENTAL=1 RUSTFLAGS="-Zincremental-info"

@sgrif

This comment has been minimized.

Member

sgrif commented Mar 23, 2017

This appears to be a bug in Rust, not Diesel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment