1
Fork 0

Stop confusing specification levels when computing expectations.

This commit is contained in:
Camille GILLOT 2023-05-18 08:50:56 +00:00
parent 6c64870fa6
commit f52db3ecaa
2 changed files with 14 additions and 3 deletions

View file

@ -0,0 +1,7 @@
// check-pass
// compile-flags: -Dunused_attributes
#![deny(unused_crate_dependencies)]
#![feature(lint_reasons)]
fn main() {}