Closed cuviper closed 6 years ago
The compiler now raises a deny-by-default const_err lint on this test, which doesn't let it get to the expected #[should_panic]. We can allow that lint in order to let the test hit the error it wants.
const_err
#[should_panic]
Thanks :)
The compiler now raises a deny-by-default
const_err
lint on this test, which doesn't let it get to the expected#[should_panic]
. We can allow that lint in order to let the test hit the error it wants.