Closed michaelwoerister closed 7 years ago
Occurs when compiling with -Cdebuginfo=1
but not with -Cdebuginfo=0
.
Does not occur in nightly-2016-11-29
, so it must have been introduced recently. https://github.com/rust-lang/rust/pull/37954 looks suspicious.
Fails with nightly-2016-12-01
.
The regression introduced somewhere in this range: https://github.com/rust-lang/rust/compare/1c448574b...908dba0c9
Occurs with
regex 0.1.75 (ac9ced6)
. The Krate-edge leads to everything being re-compiled for any change. The edge does not occur when compiling with--release
.