Closed
Description
The following code compiles on stable/beta but fails to compile on nightly
pub enum T {
NonSpecific,
}
fn foo<T>() {
T::NonSpecific;
}
This is minimized from a regression in the quire crate. This looks pretty intentional, however, so I just wanted to confirm! Was this intentional, and are we comfortable letting this slide through?
cc @jseyfried