Closed
Description
#![feature(wuzzy)]
fn main() {}
This code compiles with no warnings or errors on 1.28.0-nightly (2018-06-28 e3bf634). As of 2017-08-11, it prints a warning ("unused or unknown feature").
@Mark-Simulacrum ran a bisection and found:
bisection claims 2017-09-09 is the first nightly that regressed, but I'm still trying to narrow down a specific commit
I suspect #44142 (the commit range if I'm reading it right is d93036a to dead08c).
/cc @alexcrichton