Closed
Description
While compiling diesel/ring rustc emitted the following warning:
warning: Quasi-quoting might make incremental compilation very inefficient: NtExpr(..)
@sgrif suspects this to be a bug in rustc rather than in diesel. So I will report this also here.
Environment:
rustc 1.17.0-nightly (8c4f2c6 2017-03-22)
export CARGO_INCREMENTAL=1 RUSTFLAGS="-Zincremental-info"